Jscrollbar

cs_AudiS3 Messages postés 9 Date d'inscription mercredi 18 juin 2003 Statut Membre Dernière intervention 27 mai 2004 - 25 mai 2004 à 18:58
Twinuts Messages postés 5375 Date d'inscription dimanche 4 mai 2003 Statut Modérateur Dernière intervention 14 juin 2023 - 25 mai 2004 à 20:42
Salut,

C'est une question bête mais je débute, je ne sais pas comment faire appartenir une jscrollbar a une jtextarea car j'ouvre un fichier texte trop grand pour tout voir à l'écran, donc j'ai besoin d'une scollbar ou scrollpane.

Merci d'avance

>:) Audi S3 >:)

1 réponse

Twinuts Messages postés 5375 Date d'inscription dimanche 4 mai 2003 Statut Modérateur Dernière intervention 14 juin 2023 111
25 mai 2004 à 20:42
private JScrollPane jScrollPane1 = new JScrollPane();

jScrollPane1.getViewport().add(jtextarea , BorderLayout.Center);
contentPane.add(jScrollPane1, BorderLayout.Center);
0
Rejoignez-nous