1 2 3 4
| distanceChoice.getDocument().addDocumentListener(new JtextpaneListener(Button_Ok,distanceChoice, connectionChoice, title, descriptionArea));
connectionChoice.getDocument().addDocumentListener(new JtextpaneListener(Button_Ok,distanceChoice, connectionChoice, title, descriptionArea));
title.getDocument().addDocumentListener(new JtextpaneListener(Button_Ok,distanceChoice, connectionChoice, title, descriptionArea));
descriptionArea.getDocument().addDocumentListener(new JtextpaneListener(Button_Ok,distanceChoice, connectionChoice, title, descriptionArea)); |
Partager