您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. java 仿苹果UI

  2. The goal of this project is to provide a look and feel based on the Mosfet Liquid KDE 3.x theme. To make LiquidLnF the current L&F, add this line to the beginning of your main method: UIManager.setLookAndFeel("com.birosoft.liquid.LiquidLookAndFeel")
  3. 所属分类:Java

    • 发布日期:2009-11-25
    • 文件大小:405504
    • 提供者:lili1985516
  1. substance.jar

  2. JFrame.setDefaultLookAndFeelDecorated(true); JDialog.setDefaultLookAndFeelDecorated(true); java.awt.EventQueue.invokeLater(new Runnable() { public void run() { try { UIManager .setLookAndFeel("org.jvnet.substance.SubstanceLookAndFeel"); } catch (Exc
  3. 所属分类:Java

    • 发布日期:2010-01-29
    • 文件大小:1048576
    • 提供者:sky7716
  1. Java强大的皮肤包

  2. 将该皮肤包添加进编译包中。 Eclipse中只需在Java Build Path里面添加JAR即可。 程序中调用时候用javax.swing.UIManager.setLookAndFeel
  3. 所属分类:Java

    • 发布日期:2011-07-07
    • 文件大小:615424
    • 提供者:Fire_Ench
  1. 一款仿苹果的Swing皮肤包

  2. 将Jar包导入Build Path路径,在main函数中添加以下代码,用法如下: JFrame.setDefaultLookAndFeelDecorated(true); try { UIManager.setLookAndFeel(new McWinLookAndFeel()); } catch (UnsupportedLookAndFeelException e) { // TODO Auto-generated catch block e.printStackTrace(); }
  3. 所属分类:Java

    • 发布日期:2011-09-15
    • 文件大小:577536
    • 提供者:xjavasunjava
  1. Java Gui 皮肤包 

  2. Java Gui 皮肤包 8个 Java Gui 皮肤包  UIManager.setLookAndFeel("com.birosoft.liquid.LiquidLookAndFeel"); 一般引入jar包中已LookAndFeel结尾的类就行了
  3. 所属分类:Java

    • 发布日期:2011-10-15
    • 文件大小:4194304
    • 提供者:bareheadzzq
  1. swing UIManager皮肤

  2. swing UIManager皮肤 swing UIManager皮肤 swing UIManager皮肤 swing UIManager皮肤 swing UIManager皮肤
  3. 所属分类:Java

    • 发布日期:2011-10-18
    • 文件大小:1048576
    • 提供者:lushuaiyin
  1. Java Swing皮肤

  2. package com.view; import javax.swing.UIManager; import javax.swing.UnsupportedLookAndFeelException; public class MyLookAndFeel { //在界面内直接掉就可以实现皮肤效果 //系统自带皮肤,5中都能用 public static String sys_Metal = "javax.swing.plaf.metal.MetalLookAndFeel"; public sta
  3. 所属分类:Java

    • 发布日期:2013-01-20
    • 文件大小:577536
    • 提供者:xqs2011
  1. java界面设计包 jtattoo

  2. 使用方法:javax.swing.UIManager.setLookAndFeel("com.jtattoo.plaf.smart.SmartLookAndFeel"); 附上可选皮肤参数 com.jtattoo.plaf.noire.NoireLookAndFeel 柔和黑 com.jtattoo.plaf.smart.SmartLookAndFeel 木质感+xp风格 com.jtattoo.plaf.mint.MintLookAndFeel 椭圆按钮+黄色按钮背景 com.jtattoo
  3. 所属分类:Java

    • 发布日期:2013-11-16
    • 文件大小:615424
    • 提供者:hepfei90
  1. jtattoo皮肤包

  2. UIManager.setLookAndFeel("com.jtattoo.plaf.acryl.AcrylLookAndFeel"); UIManager.setLookAndFeel("com.jtattoo.plaf.aero.AeroLookAndFeel");//清新风格 UIManager.setLookAndFeel("com.jtattoo.plaf.aluminium.AluminiumLookAndFeel");//金属 UIManager.setLookAndFeel("
  3. 所属分类:Java

    • 发布日期:2014-08-22
    • 文件大小:615424
    • 提供者:u010991685
  1. Swing 8种主流皮肤

  2. 8种漂亮皮肤 使用方法 UIManager.setLookAndFeel(SwingUI.QuaQua); 变量定义 public class SwingUI { static final String JTattoo = "com.jtattoo.plaf.smart.SmartLookAndFeel"; static final String Office2003 = "org.fife.plaf.Office2003.Office2003LookAndFeel"; static fina
  3. 所属分类:Java

    • 发布日期:2015-02-03
    • 文件大小:4194304
    • 提供者:feltky
  1. 修改皮肤要使用的资源

  2. UIManager.setLookAndFeel()
  3. 所属分类:Java

    • 发布日期:2016-04-29
    • 文件大小:772096
    • 提供者:msq7487223
  1. Swing防苹果皮肤quaqua

  2. 仿苹果java Swing皮肤国外开发; 在工程李导入需要导入的包然后引入方式如下 public static void main(String[] args) { try { UIManager.setLookAndFeel("ch.randelshofer.quaqua.QuaquaLookAndFeel"); } catch (Exception e) { System.err.println( "Oops! Something went wrong!"); } JFrame jf=ne
  3. 所属分类:Java

    • 发布日期:2016-10-23
    • 文件大小:1048576
    • 提供者:dzw758
  1. substance.jar

  2. 使用substance改变界面的皮肤和主题。 在main最开始位置添加以下代码: try { UIManager.setLookAndFeel(new SubstanceLookAndFeel()); JFrame.setDefaultLookAndFeelDecorated(true);//设置窗口 JDialog.setDefaultLookAndFeelDecorated(true);//设置对话框 SubstanceLookAndF eel.setCurrentTheme(new Su
  3. 所属分类:Java

    • 发布日期:2016-12-27
    • 文件大小:1048576
    • 提供者:u011370871
  1. swingJTattoo皮肤jar包

  2. public static void main(String[] args) { try { // select Look and Feel UIManager.setLookAndFeel("com.jtattoo.plaf.mint.MintLookAndFeel"); // start application new JTattooDemo(); } catch (Exception ex) { ex.printStackTrace(); } } // end main 找到程序进入的页
  3. 所属分类:Java

    • 发布日期:2017-09-25
    • 文件大小:577536
    • 提供者:qq_40191075
  1. UImanager皮肤包

  2. 不光包含了皮肤包,还有介绍JBuider 2006怎样倒入皮肤包,很是详细,代码也有。
  3. 所属分类:Java

    • 发布日期:2009-03-02
    • 文件大小:1048576
    • 提供者:zilanyanzi
  1. substance-lookAndFeel

  2. java swing 中通过UIManager.setLookAndFeel(new SubstanceBusinessBlackSteelLookAndFeel()); JFrame.setDefaultLookAndFeelDecorated(true); //设置主题 SubstanceLookAndFeel.setCurrentTheme(new SubstanceBottleGreenTheme()); 的方式设置主题和皮肤以及其他;试java swing look And Feel
  3. 所属分类:Java

    • 发布日期:2018-08-24
    • 文件大小:1048576
    • 提供者:chen15369337607
  1. substance-6.2.jar

  2. 用swing写界面,但是又不想花更多的时间画UI,就用这个吧,调用方法: UIManager.setLookAndFeel("org.jvnet.substance.api.skin.SubstanceGeminiLookAndFeel");//默认皮肤 SubstanceGeminiLookAndFeel.setSkin(new AutumnSkin());//特殊皮肤 jFrame fl=new jFrame();//你自己写的窗口 这里是伪代码
  3. 所属分类:其他

    • 发布日期:2020-07-24
    • 文件大小:1048576
    • 提供者:weixin_45029496