Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » WindowBuilder » debug designtime
debug designtime [message #757762] Mon, 21 November 2011 14:42 Go to next message
Rainer H. is currently offline Rainer H.Friend
Messages: 21
Registered: July 2009
Junior Member
Hi,

are there some debug chances during design time?

The problem is that in complex dialog the WindowBuilder got a NPE when activating the design mode.

Have anybody any idea'?

Here the problematic line of code:
objectListPanel.add(getTableSplitPanel());

and here the called method:
public JBoundSplitTable getTableSplitPanel() {
if (tableSplitPanel == null) {
tableSplitPanel = new JBoundSplitTable();
tableSplitPanel.setBorder(new LineBorder(Color.black, 1, false));
}
return tableSplitPanel;
}

Any idea's to ensue tableSplitPanel isn't null?

Regards
Rainer
Re: debug designtime [message #757775 is a reply to message #757762] Mon, 21 November 2011 16:02 Go to previous message
Eric Clayberg is currently offline Eric ClaybergFriend
Messages: 979
Registered: July 2009
Location: Boston, MA
Senior Member
Without a test case or any stack traces, I have no idea. WB should have offered to create a full report which would be very useful to look at. For now, all I can do is point you to the WB FAQ which might help.

If you want to debug WB itself, you can load up its source and run it in the Eclipse runtime workbench just like any other plugin.
Previous Topic:Does Window Builder Eclipse plugin support JavaME and AWT?
Next Topic:WindowBuilder Engine (Required)
Goto Forum:
  


Current Time: Wed Apr 24 17:58:34 GMT 2024

Powered by FUDForum. Page generated in 0.02731 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top