Tianyu's notes

4 out of 5 dentists recommend this WordPress.com site

can’t find Java desktop application troubleshoot

Support for [B]SAF (JSR 296, basically the framework that was behind your “Java Desktop Application” project template) has been abruptly dropped (for no valid reason, let me add).

However, as Bill says in his answer, it is not necessary to use the SAF in order to visually design a form. NetBeans swing-designer (known as Matisse) can be used to design any JFrame, JDialog, JPanel, etc.

You just have to

Right click -> New -> JFrame Form...

and you’re ready to drag-and-drop!

(The features you’ll be missing are the extra bells and whistles that such framework provided, like SAF Actions, windowing persistence, simplified management for long running Tasks and related visual feedback [now you have to get your hands dirty with the SwingWorker class], etc)

 

 

From

stackoverflow.com/questions/9146976/why-cant-i-find-java-desktop-application-in-netbeans-7-1

Leave a comment

Information

This entry was posted on October 23, 2013 by in Java.

Tsearch

(function() { var cx = '006458616484908826734:b2kcpves4mw'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//www.google.com/cse/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })();

By Tianyu Guo

Design a site like this with WordPress.com
Get started