Bonjour à tous,
J'ai ajouté un "listener" à mon modèle de JTable , et dans le code de la méthode tableChanged j'ai utilisé dans un test "if" le champ static "TableModelEvent.DELETE".
Alors Eclipse me donne un warning disant que "The static field TableModelEvent.DELETE should be accessed in a static way".
Alors comment accéder statiquement à un champ static ?
Merci beaucoup
Partager