I tried everything... I cant find a suitable JSomething to be able to add words to a pane that are different sizes and fonts.
I tried JTextAreas but they only allow plain text. JEditorPanes allow HTML but don't seem to let me append single words for some reason.
I'm also bound by the requirement of being able to look back at previous lines and fetch the text without formatting (html tags, etc) for extra processing.
Does anyone have any ideas cause I'm totally stumped....