|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
xmlpanel.allowEditorDialog
can also
be set to true
which will cause all panels to allow the
editing, regardless of this setting.
XmlPanel.setBackgroundImage(ImageIcon)
and
XmlPanel.isBackgroundImageTileX()
is false, then this setting can be used
to control the placement of the image on the panel.SwingConstants
alignment variables (CENTER, NORTHWEST, etc.)
to specify the alignment.SwingConstants.NORTHWEST
XmlPanel.setBackgroundImage(ImageIcon)
, then setting this property to
true will cause the image to be repeatedly painted from left to right,
and the vertical placement will be determined by
XmlPanel.getBackgroundImageAlign()
- NORTH, CENTER, or SOUTH.XmlPanel.setBackgroundImage(ImageIcon)
, then setting this property to
true will cause the image to be repeatedly painted from top to bottom,
and the horizontal placement will be determined by
XmlPanel.getBackgroundImageAlign()
- WEST, CENTER, or EAST.java.lang.Boolean
object.
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |