上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 63 下一页
摘要: http://forums.netbeans.org/ntopic32575.html————————————————————————————————————————————————————————————————Author Message jim_akmerJoined: 20 Oct 2010Posts: 2 Posted: Wed Oct 20, 2010 12:15 pm Post subject: JXCollapsiblePane/JXTaskPane via NetBeans 6.9.1 designer ... 阅读全文
posted @ 2011-11-03 15:37 网络大豆 阅读(523) 评论(0) 推荐(0) 编辑
摘要: http://blogs.oracle.com/geertjan/entry/pluggable_jxtaskpane—————————————————————————————————————————————————————————————— Pluggable JXTaskPane By Geertjan on May 21, 2010 Some of the students on the recent NetBeans Platform Certified Train... 阅读全文
posted @ 2011-11-03 12:00 网络大豆 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 在Netbeans RCP中利用JMF框架实现音频视频的传输,开始就遇到一个问题,网上搜索了一下,与下面这个类似,直接贴过来吧——————————————————————————————————————————————————————————————http://stackoverflow.com/questions/5887383/netbeans-platform-application-doesnt-detect-webcam-devices-with-jmfI've been trying to develop an application with Netbeans RCP 阅读全文
posted @ 2011-11-02 11:22 网络大豆 阅读(869) 评论(0) 推荐(0) 编辑
摘要: http://www.java-tips.org/other-api-tips/jni/simple-example-of-using-the-java-native-interface.html————————————————————————————————————————————————————————————This tip shows you how to program a simple example of using the Java Native Interface. We will write a Java application that calls a C functio 阅读全文
posted @ 2011-11-02 09:50 网络大豆 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Choosing the JDK version for your program: Right-click on your project ⇒ "Properties" ⇒ "Source" node ⇒ You can select the JDK level of your project in pull-donw menu "Source/Binary Format".Enabling JDK 7 support: If JDK 7 is already installed in your system, right-clic 阅读全文
posted @ 2011-11-02 09:43 网络大豆 阅读(320) 评论(0) 推荐(0) 编辑
摘要: http://severus-zhang.iteye.com/blog/1198049———————————————————————————————————————————————————————— 最近在做的一个仿QQ的通信项目中,需要实现QQ聊天界面中的表情选择和显示功能,纠结了许久,终于解决。 首先对这个流程进行分析:点击单人聊天界面上的表情按钮后,自动弹出表情选择框,单击表情框中图标,聊天界面编辑区添加上表情包中指定的表情图标,点击发 送按钮后,程序获取编辑区的图文混合信息,按照通信协议传输该信息,接收方收到之后,解析该图文信息,区分开图标和文本信息,然后在己方聊天显示界面上显... 阅读全文
posted @ 2011-11-01 09:10 网络大豆 阅读(311) 评论(0) 推荐(0) 编辑
摘要: http://sourceforge.jp/projects/jfontchooser/________________________________________________________/Files/cuizhf/jfontchooser-1.0.5-src.zip/Files/cuizhf/jfontchooser-sample-1.0.5-all-bin.zip 阅读全文
posted @ 2011-10-29 14:36 网络大豆 阅读(313) 评论(0) 推荐(0) 编辑
摘要: http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-client-419417.html#7520-jlf-1.0-oth-JPR/Files/cuizhf/jlfgr-1_0.zip 阅读全文
posted @ 2011-10-29 13:43 网络大豆 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 设定jSplitPane1.setDividerLocation(Integer.MAX_VALUE);同时 jSplitPane1.setResizeWeight(0.9);这个参数要取的相对大些(可能因为dividerLocation设置的太大了)————————————————————————————————————————————————————————————————————————上面的方式有缺陷,当系统启动时,如果窗口不是最大化,那么当窗口最大化后,右边的面板还是会出现。下面是更好的一种方式:privatebooleanfirstOpened=true;@Overrideprot 阅读全文
posted @ 2011-10-27 23:06 网络大豆 阅读(1034) 评论(0) 推荐(0) 编辑
摘要: http://blogs.oracle.com/geertjan/entry/setting_the_order_of_windows___________________________________________________________________ you have multiple windows displayed in a single mode. How do you specify the order in which the windows are displayed? See below. <foldername="Windows2" 阅读全文
posted @ 2011-10-25 17:27 网络大豆 阅读(197) 评论(0) 推荐(0) 编辑
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 63 下一页