Skip to main content



      Home
Home » Eclipse Projects » WindowBuilder » debug designtime
debug designtime [message #757762] Mon, 21 November 2011 09:42 Go to next message
Eclipse UserFriend
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 11:02 Go to previous message
Eclipse UserFriend
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: Sun Jul 13 05:59:46 EDT 2025

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

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

Back to the top