Archive for the ‘Java’ Category
Friday, August 12th, 2011
If you haven't aware that Netbeans support android development, please check out NbAndroid, it is a plugins for Netbeans IDE that provide support for the whole development cycle of Android applications.
You just need to download the latest NbAndroid plugins from NbAndroid
The Goto Menu - Tools - Options,
on Miscellaneus ...
Posted in Android, Java, Netbeans | 1 Comment »
Thursday, October 28th, 2010
Finally, Oracle speak about Java Roadmap especially for the client side at JavaOne 2010 JDK BOF session which you can see from Amy Fowler blog. From what I can understand, it boils down to several things:
Posted in Java, Netbeans | 2 Comments »
Wednesday, September 15th, 2010
Netbeans Platform 6.9 Developer's Guide by Jürgen Petri comes with 273 pages. This is not Java beginner book or learning Java book, and not about Netbeans IDE as well. The author assumes zero Netbeans Platform knowledge. This book is written for developers who are comfortable with Java and Swing, and ...
Posted in Java, Netbeans | 7 Comments »
Wednesday, October 21st, 2009
If you haven't aware Java have support for RTL (Right-To-Left) for the User Interface, and thank to Netbeans Platform based on Swing, it is easy as well to make Netbeans Platform application to support RTL (Right-To-Left) as well
Step 1: Create ComponentOrientation support class
This step is optional, but make the testing ...
Posted in Java, Netbeans | 1 Comment »
Wednesday, October 14th, 2009
Did you ever wondering who (companies or developers) are using Netbeans Platform as their platform of choice ? You will be surprised if you check this Netbeans Platform Screenshot Showcase.
There are a lot of them from various categories: Aerospace & Defence, Oil & Gas Services, Geospatial, Bio & Chemoinformatics, ...
Posted in Java, Netbeans | No Comments »
Wednesday, May 27th, 2009
Recently on the nbdev (dev@openide.netbeans.org) mailing list someone ask a question regarding friend dependencies, because he/she I got the following Error:
The module some.package.path is not a friend of some-path\some.jar
So what is friend dependency anyways. Friend Dependency is caused by a Module that have an API which its author is ...
Posted in Java, Netbeans | 3 Comments »
Wednesday, May 6th, 2009
There are many books published which describe on how to write unit test eg: using JUnit for Java program. Those books are come from simple-complex scenario depending on the book target reader. However, there are only a few which specialized on User Interface testing. So if you ever wondered on ...
Posted in Java | 4 Comments »
Tuesday, January 6th, 2009
This Java statistics is based on http://www.kiyut.com (not this blog, this blog is tracked separately). Basically, it is a B2C sites which specialize in Java Desktop Application.
If you are wondering how do we track Java version, please visit this step by step guide on how to track java version using ...
Posted in Java, KIYUT, Netbeans | 2 Comments »
Friday, December 12th, 2008
How do you reference some some instance from other module in the current module layer.xml ? In my case, I need this functionality/features because I create a module that act as branding module. In this branding module I declare the shortcut, windows, menu, etc. The other module is pure API ...
Posted in Alkitab, Java, Netbeans | No Comments »
Saturday, November 15th, 2008
Finally someone posting howto or tutorial for tracking Java version using google analytics. Here is the url for more detailed info
http://cowwoc.blogspot.com/2008/11/tracking-java-versions-using-google.html
So now you can track your visitors who have java installed. The nice things regarding this tips and tricks is that this tips also capture the java version eg: Java ...
Posted in Java | No Comments »