JavaFX中Stage的resizable属性绑定不起作用
摘要:/* * To change this template, choose Tools | Templates * and open the template in the editor. */package chapter2;import java.util.List;import javafx.application.Application;import javafx.beans.property.SimpleStringProperty;import javafx.beans.property.StringProperty;import javafx.beans.value.ChangeL
阅读全文
posted @
2013-03-31 08:38
网络大豆
阅读(813)
推荐(0) 编辑
匿名内部类的初始化
摘要:http://linsea.iteye.com/blog/711403—————————————————————————————————————————————————————— package codelib.innerclasses; public interface Destination { String readLabel(); } package codelib.innerclasses; /** * @author Administrator * */ public...
阅读全文
posted @
2013-03-26 17:05
网络大豆
阅读(506)
推荐(0) 编辑
tomcat与地址栏图标之研究(多浏览器)
摘要:http://www.chinadmd.com/file/tsa6ezc3wraczo6uose3ciei_1.html——————————————————————————————————————————————————————————————最近在做一个 java 网络应用程序,服务器是 tomcat。在默认情况下,当用户访 问该网络应用时,地址栏图标显示为 tomcat 猫。我希望把它换成自己的图标, 于是研究了一下。在研究过程中,我发现网上的资料大都语焉不详,于是把自己 的研究结果分享出来。本文的测试环境为: tomcat 6.0.20 IE6 SP3 Firefox 3.6.13 搜狗
阅读全文
posted @
2013-03-14 15:32
网络大豆
阅读(272)
推荐(0) 编辑
JavaFx: Structuring your Application
摘要:http://jedicoder.blogspot.be/2013/03/javafx-structuring-your-application.html——————————————————————————————————————————————————————————————————————IntroductionJavaFx is a new rich client framework by Oracle. It allows you to create visually pleasing enterprise business applications with the Java lan
阅读全文
posted @
2013-03-11 09:18
网络大豆
阅读(375)
推荐(0) 编辑