Package com.jidesoft.plaf.basic
Interface Painter
- All Superinterfaces:
UIResource
An interface which can be used to paint any area. The main usage of this interface is to
allow user to customize certain UI elements by adding it to UIManager.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
paint
(JComponent c, Graphics g, Rectangle rect, int orientation, int state)
-
Method Details
-
paint
-