Forum: Java
Apr 2nd, 2006, 8:09 AM
|
|
Replies: 5
Views: 148
|
Forum: Java
Apr 2nd, 2006, 6:09 AM
|
|
Replies: 5
Views: 148
well it's not hard actually. I just hoped there...
well it's not hard actually. I just hoped there would have been one method that works for all cases.
I don't have any code done regarding this problem yet and the actual _code_ isn't the problem I...
|
Forum: Java
Apr 2nd, 2006, 4:47 AM
|
|
Replies: 5
Views: 148
Well 9 is just some value that the users...
Well 9 is just some value that the users enters.
Main point in this part of the program, is to collect the values to a cipher matrix.
hmm, how could I say this
problem is that I have put a running...
|
Forum: Java
Apr 2nd, 2006, 3:57 AM
|
|
Replies: 5
Views: 148
how should I...
So little background first:
I have setted in GUI JTextFields in matrix-form, the alignment depends on the selected size of the matrix. For example:
size = 2
tf0 tf1
tf2 tf3
size...
|
Forum: Java
Nov 27th, 2005, 4:01 PM
|
|
Replies: 6
Views: 233
OK thank you guys, finally got it working. Had...
OK thank you guys, finally got it working. Had some problems with the whole idea (what to do in which class etc). Post my solution here if it may help someone else.
In class Person:
//implements...
|
Forum: Java
Nov 25th, 2005, 4:17 PM
|
|
Replies: 6
Views: 233
well it actually isn't descended from...
well it actually isn't descended from List<Person>, if I understand what you mean. cInd contains three kind of "persons" could be like this:
cInd {Person("FN", "LN"), Student("FN", "LN"),...
|
Forum: Java
Nov 25th, 2005, 3:00 PM
|
|
Replies: 6
Views: 233
about sort()-method
Here's the problem little simplified:
I have made two classes Person and CardIndex.
I created Objects from both
Person myP = new Person("FirstName", "LastName");
CardIndex cInd = new CardIndex();...
|
Forum: Community Introductions
Feb 6th, 2005, 7:01 AM
|
|
Replies: 5
Views: 250
|
Forum: Community Introductions
Feb 5th, 2005, 3:17 AM
|
|
Replies: 5
Views: 250
|