Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NetBeans GUI builder: "loading..." message

Sample project from the NetBeans tutorials set contains only one Swing form (empty JFrame), compiles and runs fine, but I can't change layout of the form and add elements in it with the NetBeans GUI buider since it shows only empty placeholder with single "loading..." message. Any clues how to fix it would be highly appreciated.

Kubuntu 12.04, Openjdk 1.7, NetBeans 7.0.1 with active GUI designer plugin.

Log file contains an error

SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.netbeans.modules.form.FormDesigner$PreLoadTask

like image 935
Dmitriy Kachko Avatar asked May 28 '12 22:05

Dmitriy Kachko


1 Answers

KNOWN BUG in Designer marked as done (Netbeans 7.0.1 GUI editor is not loading).

Get a new version from netbeans.

Seems to be the same problem.

reported: ... All my projects are using SWING-components, and when I'm clicking on "Design" switcher, in order to make changes in GUI, it is showing label "loading" and I get following error: ...

like image 168
moskito-x Avatar answered Oct 20 '22 16:10

moskito-x