Test
Aus Byte-Welt Wiki
Version vom 14. Juli 2007, 12:36 Uhr von EagleEye (Diskussion | Beiträge)
<code=Java5> class RepaintCatcher extends JComponent {
public RepaintCatcher (JLabel label) { label.setLayout(new BorderLayout()); label.add(this); this.setOpaque(false); } @Override public void paint(Graphics blup) { super.paint(blup); System.out.println("Roar darf die nächste Frage stellen :)"); }
} </code=Java5>
<math>\sqrt{(qwe^a)}</math>