Einzelnen Beitrag anzeigen
Alt 27.11.2005, 13:09   #5
jak
Inventar
 
Registriert seit: 13.06.2001
Beiträge: 1.830


Standard

Aus der JavaDoc zu JEditorPane:
Zitat:
text/html
HTML text. The kit used in this case is the class javax.swing.text.html.HTMLEditorKit which provides HTML 3.2 support.
D.h. du kannst alles machen was in HTML 3.2 erlaubt ist. Tabellen sollten also kein Problem sein, CSS wird wohl nuicht funktionieren. Wenn du mehr brauchst gibt es auch komplett in Java implementierte Browser, die zu benutzen ist aber mühsamer.

jak
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)
jak ist offline   Mit Zitat antworten