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

搜索资源列表

  1. Java的小技巧(很小的)

  2. 1,设置面板不可拖动变化 java.awt.Frame.setResizable(false); 2,设置一组单选RadioButton 先声明: ButtonGroup jButtonGroup = new ButtonGroup(); JRadioButton jRadioButton1 = new JRadioButton(); JRadioButton jRadioButton2 = new JRadioButton(); JRadioButton jRadioButton3 = ne
  3. 所属分类:Java

    • 发布日期:2009-05-13
    • 文件大小:2048
    • 提供者:swz1990
  1. 编程编译及应用与探讨

  2. import javax.swing.*; import java.awt.*; import java.io.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.UIManager.LookAndFeelInfo; import java.util.*; public class 词法分析
  3. 所属分类:Java

    • 发布日期:2009-09-15
    • 文件大小:86016
    • 提供者:boychen1987
  1. substance5.3已编译

  2. Substance (https://substance.dev.java.net)有很多的外观可以选择,而且都很漂亮,还提供了强大的API供开发者使用。 在设置外观时请把UIManager.setLookAndFeel()放在 SwingUtilities.invokeLater(new Runnable() {}的run方法中。
  3. 所属分类:Java

    • 发布日期:2009-11-08
    • 文件大小:3145728
    • 提供者:gg3600
  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. Java学生管理系统10 SQL数据库

  2. 学生的系统,数据库的利用,GUI的配合 package studentsystem; import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.sql.*; import javax.swing.UIManager; import java.awt.Toolkit; import java.awt.Canvas; import java.awt.Dimension; import java.io.
  3. 所属分类:Java

    • 发布日期:2009-12-12
    • 文件大小:4194304
    • 提供者:faming2009
  1. JTatoo Swing LookAndFeel 外观

  2. 超值发放,令你的Swing程序更加美观,用法不用我说了吧。有以下十种风格可以设置:javax.swing.UIManager.setLookAndFeel("com.jtattoo.plaf.smart.SmartLookAndFeel");javax.swing.UIManager.setLookAndFeel("com.jtattoo.plaf.mcwin.McWinLookAndFeel");javax.swing.UIManager.setLookAndFeel("com.jtatto
  3. 所属分类:Java

    • 发布日期:2007-11-26
    • 文件大小:615424
    • 提供者:jaguarlsl
  1. Java 界面风格切换

  2. 全用UIManager可以设置Java程序的界面感观,UIManager.getInstalledLookAndFeel()取得可用的界面感观。程序可以自动遍历JVM所有的可用LookAndFeel里面还有一个高效的质数判断函数。
  3. 所属分类:Java

    • 发布日期:2010-01-02
    • 文件大小:11264
    • 提供者:zengfenfei
  1. LWUIT j2me UI例子

  2. 制作漂亮的UI例子,九宫图 UIManager例子
  3. 所属分类:Web开发

    • 发布日期:2010-01-08
    • 文件大小:408576
    • 提供者:a286440556
  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. 聊天系统计算机相关论文

  2. // 将各个组件添加到主界面 this.getContentPane().setLayout(new BorderLayout()); this.getContentPane().add(panel1, BorderLayout.NORTH); this.getContentPane().add(panel2, BorderLayout.CENTER); this.getContentPane().add(panel3, BorderLayout.SOUTH); this.pack(); tr
  3. 所属分类:Web开发

    • 发布日期:2010-03-14
    • 文件大小:658432
    • 提供者:zqxz1987
  1. java-swing外观包

  2. 有以下十种风格可以设置: javax.swing.UIManager.setLookAndFeel("com.jtattoo.plaf.smart.SmartLookAndFeel");//haokan javax.swing.UIManager.setLookAndFeel("com.jtattoo.plaf.mcwin.McWinLookAndFeel");//最好看 javax.swing.UIManager.setLookAndFeel("com.jtattoo.plaf.luna.L
  3. 所属分类:Java

    • 发布日期:2010-03-18
    • 文件大小:615424
    • 提供者:kay_tammy
  1. java GUI 美化包!!!1

  2. JFrame.setDefaultLookAndFeelDecorated(true); JDialog.setDefaultLookAndFeelDecorated(true); try { UIManager.setLookAndFeel(new org.jvnet.substance.skin.SubstanceModerateLookAndFeel()) ; } catch (UnsupportedLookAndFeelException e) { e.printStackTrace(
  3. 所属分类:Java

    • 发布日期:2010-04-06
    • 文件大小:1048576
    • 提供者:feisxie
  1. Java美化包 类似苹果系统

  2. 很好的美化包!!! try { UIManager.setLookAndFeel(new Quaqua14TigerCrossPlatformLookAndFeel()); UIManager.setLookAndFeel(new Quaqua14LeopardCrossPlatformLookAndFeel()); JFrame.setDefaultLookAndFeelDecorated(true); JDialog.setDefaultLookAndFeelDecorated(true)
  3. 所属分类:Java

    • 发布日期:2010-04-06
    • 文件大小:1048576
    • 提供者:feisxie
  1. Java美化包3!!!!

  2. try { UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); Font font = new Font("SimSun", 0, 12); Enumeration keys = UIManager.getLookAndFeelDefaults().keys(); while (keys.hasMoreElements()) { Object key = keys.nextElement(); if (UIM
  3. 所属分类:Java

    • 发布日期:2010-04-06
    • 文件大小:136192
    • 提供者:feisxie
  1. 贝叶斯主观推理算法java源码

  2. package subjectivebayes; import java.awt.Toolkit; import javax.swing.SwingUtilities; import javax.swing.UIManager; import java.awt.Dimension; /** * Title: * * Descr iption: * * Copyright: Copyright (c) 2010 * * Company: * * @author not attributab
  3. 所属分类:Java

    • 发布日期:2010-05-25
    • 文件大小:59392
    • 提供者:xhh0315
  1. java swing 风格包1

  2. java swing 风格包 超值发放,令你的Swing程序更加美观,用法不用我说了吧。 有以下十种风格可以设置: javax.swing.UIManager.setLookAndFeel("com.jtattoo.plaf.smart.SmartLookAndFeel"); javax.swing.UIManager.setLookAndFeel("com.jtattoo.plaf.mcwin.McWinLookAndFeel"); javax.swing.UIManager.setLook
  3. 所属分类:Java

    • 发布日期:2010-09-09
    • 文件大小:615424
    • 提供者:albb0608
  1. java图像化界面美化包substance.jar

  2. 使用方法,先导包,再在代码里加下面这个 try { UIManager.setLookAndFeel("org.jvnet.substance.skin.SubstanceFieldOfWheatLookAndFeel"); SwingUtilities.updateComponentTreeUI(shiPuFrame); shiPuFrame.show(); } catch (Exception e1) { System.out.println("Look and Feel Exceptio
  3. 所属分类:Java

    • 发布日期:2010-09-28
    • 文件大小:1048576
    • 提供者:tanxiang21
  1. lwuit Developer_Guide

  2. lwuit的开发文档 Hello World for MIDP import com.sun.lwuit.Display; import com.sun.lwuit.Form; import com.sun.lwuit.Label; import com.sun.lwuit.layouts.BorderLayout; import com.sun.lwuit.plaf.UIManager; import com.sun.lwuit.util.Resources; public class He
  3. 所属分类:Java

    • 发布日期:2010-10-21
    • 文件大小:1048576
    • 提供者:hzconan
  1. swing UIManager皮肤

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

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

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

    • 发布日期:2009-03-02
    • 文件大小:1048576
    • 提供者:zilanyanzi
« 12 3 4 »