!7 p { JTextPane pane = jtextpane("Eine ", style_bold()); SimpleAttributeSet set = style_italic(); StyleConstants.setForeground(set, Color.red); StyleConstants.setBackground(set, Color.blue); appendToTextPane(pane, "Kleine ", set); appendToTextPane(pane, "Nachtmusic", style_fontSize(24)); showFrame(pane); }