Search found 4 matches

by libnoon
Sun Feb 26, 2017 5:32 pm
Forum: Developers
Topic: Getting ready for Java 9
Replies: 2
Views: 9247

Re: Getting ready for Java 9

<r>And here is the jdeps summary:<br/>

<CODE><s>[code]</s>Warning: JDK internal APIs are unsupported and private to JDK implementation that are
subject to be removed or changed incompatibly and could break your application.
Please modify your code to eliminate dependence on any JDK internal APIs ...
by libnoon
Sun Feb 26, 2017 9:22 am
Forum: Developers
Topic: Getting ready for Java 9
Replies: 2
Views: 9247

Getting ready for Java 9

<r>Hello,<br/>
<br/>
Java provides <URL url="http://docs.oracle.com/javase/9/migrate/toc.htm"><s>[url=http://docs.oracle.com/javase/9/migrate/toc.htm]</s>a migration guide to Java 9<e>[/url]</e></URL>.<br/>
<br/>
FYI I have tried running the checking tools (jdeps for dependencies, jdeprscan for ...
by libnoon
Sun Feb 19, 2017 4:48 pm
Forum: Wishlist
Topic: Plans to migrate to git/mercurial?
Replies: 2
Views: 8466

Plans to migrate to git/mercurial?

Are there any plans to migrate the source code from CVS to a recent versioning system such as git (github, bitbucket) or mercurial?

Thanks!
by libnoon
Sun Feb 19, 2017 4:28 pm
Forum: Features use and tips
Topic: Changing the look & feel to Nimbus
Replies: 0
Views: 2444

Changing the look & feel to Nimbus

To change the look & feel to Nimbus (vectorial), add this parameter to the java commandline:

Code: Select all

-Dswing.defaultlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel
This L&F gives better results for me under GNU/Linux.

HTH