Test: Unterschied zwischen den Versionen
Aus Byte-Welt Wiki
Zur Navigation springenZur Suche springenZeile 18: | Zeile 18: | ||
<math>\sqrt{(qwe^a)}</math> | <math>\sqrt{(qwe^a)}</math> | ||
+ | |||
+ | <table border="1"> | ||
+ | <tr><td>test</td><td>ttt</td></tr> | ||
+ | <tr><td colspan="2">test2</td></tr> | ||
+ | </table> |
Version vom 20. Juli 2007, 12:33 Uhr
<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>
test | ttt |
test2 |