Hello again!
Blush Blush
I spent a little time working in my other office and...
I was suffering from a little brain fade. This is the story:
Running under NetBeans in debug mode I clicked on the table cell,
entered a number , then clicked on a button. NetBeans caught the event just like I...
you might just do something like:
<code>
long elapsedTime = endTime - startTime;
int seconds = elapsedTime / 1000;
System.out.println ("seconds " + seconds);
</code>
Is this value ever going to exceed 60 seconds?
This might not be a problem until seconds
gets quite large i.e. >120 sec. even...
I am having a problem extracting data from an editable
cell in a JTable. My test case is initialized with this
code snippet:
<code>
Vector <Vector> vv = new Vector ();
Vector v = new Vector ();
Vector n = new Vector ();
CrewPanel() {
v.add (1);
v.add ("d")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.