Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Custom Panels

What is the best practice for creating a custom panel that can be used on
multiple user interfaces?

In Swing I would just subclass JPanel.  I have it working by creating a
class that holds on to a Group and it works pretty well.  The only drawback
is that you get a border around the panel.

Thanks,

-Al Wick



Back to the top