Ticket #1024 (closed defect: fixed)
SplitPanel NPE if first and second components are not set
| Reported by: | Jani Laakso | Owned by: | Jani Laakso |
|---|---|---|---|
| Priority: | major | Milestone: | 5.0.0-beta-phase2 (release candidate) |
| Component: | gwt-adapter-server | Version: | 5.0.0-pre |
| Keywords: | Cc: | matti.tahvonen@… | |
| Known Issue description: | |||
| Hours estimate: | 0 | Deadline (dd.mm.yyyy): | |
| Known Issue version (since): | Known Issue title: | ||
| Hours done: | Depends to: | ||
| Affects documentation: | no | ||
| Known Issue workaround: | |||
| Affects release notes: | yes | Contract: | |
Description
NPE's on fourth line:
Window main = new Window("Feature Browser");
setMainWindow(main);
SplitPanel horizontalSplit = new SplitPanel();
mainWindow.addComponent(horizontalSplit);
Change History
Note: See
TracTickets for help on using
tickets.
