Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~841 People Reached
About Me

Senior who wants to become coder.

Interests
Java, handbal, cycling, robotica and fotography
PC Specs
2 PC's : Eclipse user for java learning
Favorite Forums
Favorite Tags
java x 5
Member Avatar for cor.vandijk.779

//Why do I have to use following code to get a column number: ListSelectionModel ks = tabel.getColumnModel().getSelectionModel(); //Rowselection does not require a special row selection, I can get a proper row number with: ListSelectionModel ss = tabel.getSelectionModel();

Member Avatar for mKorbel
0
606
Member Avatar for cor.vandijk.779

Theinput in a JTextField must be used in the variable Color color. input = YELLOW must change variable color in Color.YELLOW. My attempt does not work:

Member Avatar for JamesCherrill
0
235