|
Advertisement
|
Forum posts by Craig:1 page [ 1 ]
Posted in Java Answers Forum, Mar 21, 2003, 3:52 PM
Im stumped on this .. im trying to state whether the first string is less than, equal to or greater than the second while ignoring the case using regionMatches. The program creates a GUI in which a "compare it" button is clicked for results. Just looking for some assistance or suggestions on the comparison part.Here is what I have so far:import...
Posted in Java Answers Forum, Feb 18, 2003, 5:05 PM
You were right !!! Problem solved, thanks !
Posted in Java Answers Forum, Feb 14, 2003, 2:59 AM
My program builds fine in Visual cafe. When I execute, I get Exception in Thread "main"java.lang.NoClassDefFoundErrorDoes anyone know what could be wrong ?
Posted in Java Answers Forum, Jan 27, 2003, 11:04 PM
Im trying to write a program that uses an array of 15 integers and write methods that carry out each of the following* Input values into the array from keyboard* Display the values* Add the values* Find the largest value* Use a Binary search to search values 66 & 56 and display a message on if present or not.* Use JOptionPane for...
1 page [ 1 ]
|