目录1.标签2.按钮1.标签 类:JLabel作用:显示文本或者提示信息 构造函数: new JLabel();new JLabel(Icon icon);//设置图标new JLabel(Icon icon,int aligment);//设置图标+水www.devze.com平对齐方式new JLabel(S
I am using VS2008. I have a project, SystemSoftware project, connect with a database and we are using L2E. I have a RuntimeInfo class which contains some shared information there. It looks like this: