摘要: package edu.ch4;import java.awt.Color;import java.awt.Font;import java.awt.Frame;import java.util.Calendar;import java.util.Date;import org.eclipse.jface.window.ApplicationWindow;import org.eclipse.swt.SWT;import org.eclipse.swt.awt.SWT_AWT;import org.eclipse.swt.graphics.Point;import org.eclipse.sw 阅读全文
posted @ 2013-12-05 23:18 Brook Legend 阅读(345) 评论(0) 推荐(0) 编辑
摘要: http://www.findjar.com/jar/org/aspectj/aspectjtools 阅读全文
posted @ 2013-12-05 23:09 Brook Legend 阅读(220) 评论(0) 推荐(0) 编辑
摘要: package edu.ch4;import org.eclipse.swt.SWT;import org.eclipse.swt.events.SelectionAdapter;import org.eclipse.swt.events.SelectionEvent;import org.eclipse.swt.layout.*;import org.eclipse.swt.widgets.*;public class TableShell {Display d;Shell s;public TableShell() {d = new Display();s = new Shell(d);s 阅读全文
posted @ 2013-12-05 22:27 Brook Legend 阅读(1526) 评论(0) 推荐(0) 编辑