- 浏览: 146072 次
- 性别:
- 来自: 杭州
-
最新评论
-
LXV88888:
JSTL判断list的size()大小 -
dipoo:
问题解决,谢谢
myeclipse报错:Could not open the editor: Invalid thread access -
renzhehongyi:
解决了问题,谢谢分享。
myeclipse报错:Could not open the editor: Invalid thread access -
louishunt:
彻彻底底的解决问题了。!
myeclipse报错:Could not open the editor: Invalid thread access -
louishunt:
谢谢分享。
myeclipse报错:Could not open the editor: Invalid thread access
文章列表
logicNetwork.unitList
logicUnit.children .comment+alias
Template.children .comment
templateItem .comment\defalutValue
template.children .comment
templateItem .comment\defalutValue
template.children .comment
templateItem .comment\defalutValue
template.children . ...
swt 工具栏中添加下拉式的按钮
package rcp;
import org.eclipse.swt.SWT;
public class ToolItemDropDownMenu {
public static void main(String[] args) {
Display display = new Display();
Shell shell = new Shell(display);
ToolBar toolBar = new ToolBar(shell, SWT.BORDER | SWT.V ...
1、在Plugin.xml同目录下新建plugin.properties、plugin_en.properties、plugin_zh_CN.properties。
2、在插件的 MANIFEST.MF 文件后面添加上 Bundle-Localization: plugin 和一个回车。
3、将Plugin.xml文件中中文部分替换成%xxxx。
https://www.ibm.com/developerworks/cn/opensource/os-cn-swtimage2/
http://cuiran.iteye.com/blog/577547
http://ningxiaofeng.iteye.com/blog/788505
http://10086.cn
http://www.21dianyuan.com
http://www.21ic.com
http://www.3gpp.org
http://www.3gpp2.org
http://www.51testing.com
http://w ...
第一步:加入log4j-1.2.8.jar到lib下。第二步:在CLASSPATH下建立log4j.properties。内容如下:1 log4j.rootCategory=INFO, stdout , R23 log4j.appender.stdout=org.apache.log4j.ConsoleAppender4 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout5 log4j.appender.stdout.layout.ConversionPattern=[QC] %p [%t] %C.%M(%L) | %m% ...
Eclipse SWT/Jface 书籍。
观察者模式;
createFormContent
FormPage
@Override
protected void createFormContent(IManagedForm managedForm) {
}
package serializableExample;import java.io.Serializable;public class SerializableExample implements Serializable { /** * */ private static final long serialVersionUID = 265572953391609635L;}
想让serialVersionUID 自动生成,在class 上 按 快捷键Ctrl+1, 选择 “Add generated an serial Version ID ”
Java 调用系统的字体和颜色
博客分类: JASE
JavaSwing设计模式F#
下面的这个程序是项目里面的一个对话框,可以直接改成窗体,将JDailog改为JFrame就可以了
在设置字体的时候,先选择好字体的那三个参数,在点击确定
本程序的确定,不能对选中的部分内容进行设置,而是设置全部的内容
package cn.com.peixunban.view.dialog.toolDialog;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Font;
import java.awt ...