|
Java™ by example!
|
|
|
How do I use a Sash?
 Sash is the Swing equivalent of a JSplitPane. It is a widget that can be dragged to resize two areas in a GUI. Here's an example of a Sash in a JFace application. Category.java:
Link.java:
CategoryTreeContentProvider.java:
CategoryTreeLabelProvider.java:
Main.java:
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|