you are in: codestackercodes [RSS]transparent jbutton

transparent jbutton Delicious Email

show/hide lines
   1  Insets noInsets = new Insets(0,0,0,0);
   2  ImageIcon bg = new ImageIcon("bt1.png");
   3  JButton btn = new JButton(bg);
   4  btn.setBounds(0,0,32,32);
   5  btn.setMargin(noInsets);			
   6  btn.setBorder(BorderFactory.createEmptyBorder());
   7  btn.setContentAreaFilled(false);
created by leozera — 03 October 2008 — get a short url — tags: java jbutton transparent embed

Comments



We dont send spam :)

If checked, it's highlights your comment
simple_captcha.jpg
Are you a human? Type the code from the image