Community
Participate
Working Groups
Build Identifier: 20110916-0149 When trying to bring up a GUI that has an external action defined, an internal error is returned indicating AssertionFailedException: null argument. This also occurs when a new GUI is created using WindowBuilder and an external action is created. This prevents WindowBuilder from creating using the MVC model. Reproducible: Always Steps to Reproduce: 1.Create a class with AbstractAction's 2.Create a dialog that uses the actions (object.setAction(new abstractaction()) 3.Use WindowBuilder. 4.select Design.
Please provode a complete test case and any associate stack traces / log files.
Created attachment 206421 [details] Main JFrame test case
Created attachment 206422 [details] class containing external actions (test case)
Fixed in trunk.