Auf Thema antworten

Das wäre dann ja so ziemlich das, was ich mit

[code=Java]private JScrollPane scrollPane = new JScrollPane (panel,

   ScrollPaneConstants.VERTICAL_SCROLLBAR_AS_NEEDED,

   ScrollPaneConstants.HORIZONTAL_SCROLLBAR_AS_NEEDED);

this.setContentPane(scrollPane);[/code]

vorhatte. Hatte nur leider keine Wirkung :/



Oben