The Skins of the Substance】的更多相关文章

This blog is about a java jar file : Substance.jar well, you can get it from links as below: http://pan.baidu.com/s/1hqJyYCc http://pan.baidu.com/s/1c0zozuw The skins of the substance.jar display as below, en, thay are very beautiful! 1. AutumnSkin 2…
http://www.qumake.com/articles/2011/04/18/1303094833690.html ———————————————————————————————————————————————————————————————————————————— 在Substance6之前, skin 有一个withWatermark 方法来设置皮肤水印. try{        SubstanceImageWatermark watermark = new SubstanceIma…
转载请注明来路:http://www.cnblogs.com/langtianya/ 下图是所支持的设置 下面把上面的每一个选项的子选项进行试验 substance皮肤: AutumnSkin BusinessSkin BusinessBlackSteelSkin BusinessBlueSteelSkin ChallengerDeepSkin CremeSkin EmeraldDuskSkin FieldOfWheatSkin FindingNemoSkin GreenMagicSkin Ma…
今天用Swing 做了一个模仿QQ2009的登录界面,用到了开源的Look&Feel (Substance),在使用的过程中遇到了一些问题,也学到了一些技巧.Substance (https://substance.dev.java.net)有很多的外观可以选择,而且都很漂亮,还提供了强大的API供开发者使用.Substance 现在已经发展到5.2RC 版了,一开始我使用的是5.1版,但是在使用的过程中发现了一些bug,当我使用Substance中提供的水印功能时,出现了许多的异常,这个bug…
TEXTURING UNCHARTED 4: A MATTER OF SUBSTANCE 原文链接 http://www.dualshockers.com/2016/03/16/amazing-uncharted-4-pictures-show-environments-and-more-naughty-dog-talks-texture-design-at-gdc/   在旧金山的GDC2016上,顽皮狗的美术师Bradford Smith 和 Rogelio Olguin展示了在神秘海域4中…
可以使用substance改变界面的皮肤和主题,让Java制作的界面“炫”起来 . 可以下载substance.jar文件 在代码中你可以用: static { try { try { UIManager.setLookAndFeel(new SubstanceLookAndFeel()); } catch (UnsupportedLookAndFeelException ex) { System.out.println(ex.getMessage()); } } catch (Exceptio…
package org.dgw.uidemo; import java.awt.EventQueue; import javax.swing.JFrame; import javax.swing.UIManager; import javax.swing.UnsupportedLookAndFeelException; /** * * @author 武汉生物工程学院 by dgw * */ public class Uidemo { public static void main(String…
问题一: 今天更新我的Java版QQ,在网上找到了Substance外观包,效果不错,直接用了,可是设置水印问题时就出现问题,网上有现成的例子 JFrame.setDefaultLookAndFeelDecorated(true); JDialog.setDefaultLookAndFeelDecorated(true); try { SubstanceImageWatermark watermark  =   new  SubstanceImageWatermark(LoginFrame. c…
新版地址:https://github.com/Insubstantial,目前是7.3版 http://stackoverflow.com/questions/3657538/substance-ui-undecorated-jdialog-jframe 1 down vote favorite I have noticed that while using the Substance UI for Java that when I set a new JFrame or JDialog to…
http://jianweili007-163-com.iteye.com/blog/1141358 ———————————————————————————————————————————————————————————— public class LAF_Local_1 extends javax.swing.JFrame { public LAF_Local_1() { super("透明窗体"); this.setLayout(new java.awt.FlowLayout())…