swings........

how to place a image in a Frame(in particular location).?please reply.....
[88 byte] By [JEGANa] at [2007-10-3 7:09:38]
# 1

Probably the simplest way is to load the icon with the ImageIcon constructor, pass it to a JLabel constructor, and place the JLabel on the content pane.

You can position the label using a layout manager, (recommended) or if absolute positioning is absolutely required, without a layout manager.

dmbdmba at 2007-7-15 2:05:11 > top of Java-index,Security,Signed Applets...