当前位置: 技术问答>java相关
请高手帮忙,感觉难度很高
来源: 互联网 发布时间:2015-08-21
本文导语: 如何做出下边连接的界面, http://www.nem.d2g.com/jforum/page1.jsp?SubjectID=5302-9-2%2010:41:373749 程序是 web start的. 吧如下地址放到IE里就可以运行了。 http://www.incors.com/alloylnf/jws/alloyDemo.jnlp | 你看一...
如何做出下边连接的界面,
http://www.nem.d2g.com/jforum/page1.jsp?SubjectID=5302-9-2%2010:41:373749
程序是 web start的.
吧如下地址放到IE里就可以运行了。
http://www.incors.com/alloylnf/jws/alloyDemo.jnlp
http://www.nem.d2g.com/jforum/page1.jsp?SubjectID=5302-9-2%2010:41:373749
程序是 web start的.
吧如下地址放到IE里就可以运行了。
http://www.incors.com/alloylnf/jws/alloyDemo.jnlp
|
你看一下图形界面的标题就知道了,你的java程序界面是自己可以选择设置L&F(不要告诉我你不知道什么是L&F)。sun公司的网站上有例子的。
|
"javax.swing.plaf.metal.MetalLookAndFeel"
Specifies the Java Look & Feel. (The codename for this look and feel was Metal.) This string is the value returned by the getCrossPlatformLookAndFeelClassName method.
"com.sun.java.swing.plaf.windows.WindowsLookAndFeel"
Specifies the Windows Look & Feel. Currently, you can use this look and feel only on Win32 systems.
"com.sun.java.swing.plaf.motif.MotifLookAndFeel"
Specifies the CDE/Motif Look & Feel. This look and feel can be used on any platform.
"javax.swing.plaf.mac.MacLookAndFeel"
Specifies the Mac OS Look & Feel, which can be used only on Mac OS platforms.
你看到的那个应该是mac的界面(参考http://java.sun.com/products/jlf/ed1/updates/switching.html)
Specifies the Java Look & Feel. (The codename for this look and feel was Metal.) This string is the value returned by the getCrossPlatformLookAndFeelClassName method.
"com.sun.java.swing.plaf.windows.WindowsLookAndFeel"
Specifies the Windows Look & Feel. Currently, you can use this look and feel only on Win32 systems.
"com.sun.java.swing.plaf.motif.MotifLookAndFeel"
Specifies the CDE/Motif Look & Feel. This look and feel can be used on any platform.
"javax.swing.plaf.mac.MacLookAndFeel"
Specifies the Mac OS Look & Feel, which can be used only on Mac OS platforms.
你看到的那个应该是mac的界面(参考http://java.sun.com/products/jlf/ed1/updates/switching.html)