ima clark

Greenhorn
+ Follow
since Apr 23, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by ima clark

are the interrupted(), interrupt(), and isInterrupted() methods covered on the 1.4 exam?
Does anyone know of a chart or summary of what access and non-access modifiers can be used together? :roll:
the code without the smiley
I have a question about the following lovely loop:

Shouldn't this get a compiler error because the variable i was not initialized outside of the for loop and can therefore not be accessed to print?
Congratulations! I am planning on taking the exam on Monday. Any advice would be much appreciated
21 years ago
I am trying to use jaxb-1.0, the new beta version of xml related api. when i try and run the xjc.bat file (command line) i keep getting an error saying:
Exception in thread "main" java.util.zip.ZipException:The system cannot find the file specified at
java.util.zip.ZipFile.open(Native Method)
java.util.zip.ZipFile.<init>(ZipFile.java:112)
java.util.jar.JarFile.<init>(JarFile.java:117)java.util.jar.JarFile.<init>(JarFile.java:55)
Does anyone know what I may need to download to get around the error. These zip and jar files come with j2sdk1.4.0_01 which I have installed so Im not sure why it's not finding them?
Thank you !!
21 years ago
I have a class that has an inner class with a method called paintComponent(Graphic g) that accepts a Graphic object as a parameter. I am trying to call this paintComponent(Graphic g) somewhere else in the program but am not sure how to deal with the graphics object?
21 years ago
thanks for the advice
21 years ago
How do I make a multi windowed application. Meaning....one window(JFrame) then the user clicks a button and gets sent to another window(JFrame not messagedialogbox). Would I just code the new container and JFrame within the actionlister that the button uses? Thanks
21 years ago
Mock exams from where? jiris.com? Is that the correct spelling. Thanks for the advice and good job on the test.
21 years ago
Thanks for your response. I think i may have found the answer here. http://www.linuxjournal.com/article.php?sid=5916
21 years ago
Is there a method that matches strings to a string checked by a Regex object? Something like a MatchCollection?
21 years ago
I have an applet that i need to convert to an application that can be downloaded and run locally. Do you know of any good articles or have any advice on the simplest way to go about this? Thanks for your help.
21 years ago