自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

在路上

走在游戏和移动互联网的路上

  • 博客(4)
  • 资源 (3)
  • 收藏
  • 关注

原创 第一个SWT程序

<br />import org.eclipse.swt.*;<br />import org.eclipse.swt.widgets.*;<br /> <br />publicclass HelloSWT {<br />      publicstaticvoid main(String[] args) {<br />            Display display = new Display();<br />            Shell shell = new Shell(display);

2010-12-30 16:00:00 216

原创 第一个JFace程序

import org.eclipse.jface.window.*;import org.eclipse.swt.*;import org.eclipse.swt.widgets.*;/*以上三个类必须导入,否则出错*/publicclass HelloSWT_JFace extends ApplicationWindow {      public HelloSWT_JFace() {            super(null);      }      @Override      protected

2010-12-30 15:58:00 242

原创 Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/core/commands/common/EventManager

<br />导入org.eclipse.core.commands_3.6.0.I20100512-1500.jar

2010-12-30 15:53:00 1026

原创 SWT/JFace : java.lang.NoClassDefFoundError: org/eclipse/core/runtime/IProgressMonitor

<br />导入org.eclipse.equinox.common_3.6.0.v20100503.jar

2010-12-30 15:51:00 874

PHP游戏编程(英文版)

Muska.and.Lipman.Premier.Trade.PHP.Game.Programming.Feb.2004.eBook-DDU.pdf 英文版图书,里面讲了一些用php进行游戏编程的基本东西,入门不错。

2008-11-24

Smarty.PHP.Template.Programming.and.Applications.pdf

Smarty.PHP.Template.Programming.and.Applications.pdf很不错的Smarty电子书,只不过是E文的

2008-09-08

ExtJS2.0实用简明教程

ExtJS2.0实用简明教程,主要讲述基本用法,对初学者很有帮助

2008-09-08

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除