 |
The Layouts example shows how to provide access to a new LayoutManager
implementation within JBuilder, by providing a helper class that implements
LayoutAssistant.
Files
| Layouts.jpx | |
The project file for this tool |
| Layouts.html | |
Project notes |
| classes.opentools | |
The OpenTools manifest |
| BorderCornerLayout.java | |
A new layout - similar to BorderLayout but with extra positions
in each of the four corners |
| BorderCornerLayoutAssistant.java | |
The helper class for using the new layout manager in JBuilder |
| Test.java | |
A sample UI class that uses numerous layout managers |
| *.java | |
Supporting code for this tool and another layout and assistant |
| Layouts.jar | |
The packaged tool |
|