Search the web
Sign In
New User? Sign Up
advanced-java · Advanced Java
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 11366 - 11395 of 59740   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11366
... Thanks. Definitely intuitive, once you know which methods do what. I've since written a JTable wrapper - 4 classes plus an example. Let me know if you'd...
Jack Harich
happyjac@...
Send Email
Apr 1, 1998
8:12 am
11367
... Thanks. setRowSelectionInterval() was the answer. My quick read of the JavaDoc on JTable led me to believe this method controlled the interval rows could...
Jack Harich
happyjac@...
Send Email
Apr 1, 1998
8:26 am
11368
... For several hundred classes, "Rebuild All" in Symantec Cafe 1.8 does fine. I just use it for editing, compiling and file management. I don't use it for GUI...
Jack Harich
happyjac@...
Send Email
Apr 1, 1998
8:40 am
11369
... The best moderated list I've had the pleasure to be on was CompuServe's CASE forum. T'was excellent. I'd guess that if we really wanted to form an...
Jack Harich
happyjac@...
Send Email
Apr 1, 1998
8:55 am
11370
I know there's been discussion of Observer/Observable and PropertyChangeListener here, but one thing that's always bugged me is why painting is handled in so...
Sundar Narasimhan
sundar@...
Send Email
Apr 1, 1998
9:12 am
11371
I keep seeing this Microsoft Keyword thread. I thought that the general consensus was that this list should stick to ANSI/ISO Standard Java and not discuss...
hjain@...
Send Email
Apr 1, 1998
9:26 am
11372
... That criticism can be levelled at almost any extension to Java. This is because they all must be compilable to JVM bytecodes, and there isn't much of...
Dave Harris
scorp@...
Send Email
Apr 1, 1998
9:41 am
11373
Was wondering if anyone else has noticed a very significant performance decrease (at least with GUI-centric applications) when switching from JDK1.1.5 to...
Matt Robinson
robinsm@...
Send Email
Apr 1, 1998
9:58 am
11374
Hi, I faced this problem with Java RMI. I have an RMI server running on a machine called m1.gvg.tek.com and an rmi client running on my Local machine. When...
Krishna Prasad
prasad@...
Send Email
Apr 1, 1998
10:15 am
11375
Do you mean the Java Spec allows interface to be package protected thru the keyword private? Francois ... Unsubscription, archives, FAQ -...
Francois deza
semard1@...
Send Email
Apr 1, 1998
10:31 am
11376
Can someone explain how to programmatically iconify/deiconify a window? Can this be done in Java? Unsubscription, archives, FAQ -...
Esther Etherington
ee@...
Send Email
Apr 1, 1998
10:47 am
11377
Ernest, I checked the language spec. You can't do that. According to the language spec the two modifiers allowed for an interface are public and abstract...
Francois deza
semard1@...
Send Email
Apr 1, 1998
11:03 am
11378
unsubscribe advanced-java qh2@... end Unsubscription, archives, FAQ - http://www.xcf.berkeley.edu/lists.html...
Qianbo Huai
qh2@...
Send Email
Apr 1, 1998
11:21 am
11379
Does anyone know where I can find the language spec? I can't seem to find it on JavaSoft's site. I'm trying to figure out why for (int i = 0; i < some_number;...
Mike Afergan
afergan@...
Send Email
Apr 1, 1998
11:38 am
11380
Hello. To run applets on navigator 4.04 under solaris, I must add ".../Communicator/java/classes/java40.jar" at the beginning of my CLASSPATH. All right. My...
Mathieu Chauvin
lamatte@...
Send Email
Apr 1, 1998
11:56 am
11381
unsubscribe advanced-java davidb@... Unsubscription, archives, FAQ - http://www.xcf.berkeley.edu/lists.html...
David Burnett
davidb@...
Send Email
Apr 1, 1998
12:14 pm
11382
... At JavaOne they had a Java SDK for making conduits (a program which synchronizes with the pilot), but I think that's all. There is a project at University...
Morten Hindsholm
mhi@...
Send Email
Apr 1, 1998
12:31 pm
11383
... Well, I may be not exactly what you call a "big boy"... Developing on NetBSD/i386, I use the Berkeley make tool with a central .mk template modelled after...
Hauke Fath
hf@...
Send Email
Apr 1, 1998
12:54 pm
11384
Hey Dave, We have about 10 people working on our Java code. We all telnet to a sun box to do our work and our "ide" consist of vi and make. We use cms for...
John Lucas
jlucas@...
Send Email
Apr 1, 1998
1:13 pm
11385
Dear all, This is a copy of a question I posted in the Java browsers forum on developer.com - ...
Chris Pointon
chrispo@...
Send Email
Apr 1, 1998
1:31 pm
11386
I'm trying to use hat on NT 4.0 SP3 with JDK 1.2 beta3. I can get it to write the file O.K. but when I run hat, I get: D>jre -cp hat.zip -mx64m hat.Main ...
Steven J. Buroff
sjb@...
Send Email
Apr 1, 1998
1:51 pm
11387
... Same here. Sometimes I only see a post a few days after it was sent. ... Mark Grand (770)664-9903 Java Consultant/Instructor...
Mark Grand
mgrand@...
Send Email
Apr 1, 1998
2:10 pm
11388
Same here (my repeated mail: Java/JNI/AttachCurrentThread) Marcel. ... Unsubscription, archives, FAQ - http://www.xcf.berkeley.edu/lists.html...
Marcel Schoffelmeer
mms@...
Send Email
Apr 1, 1998
2:29 pm
11389
Unsubscribe advanced-java basava@... Unsubscription, archives, FAQ - http://www.xcf.berkeley.edu/lists.html...
Rajesh
basava@...
Send Email
Apr 1, 1998
2:49 pm
11390
... While this is true, the function pointer interface is logically equivalent to a one-method interface, which just happens to be the way a lot of callbacks...
jim frost
jimf@...
Send Email
Apr 1, 1998
3:11 pm
11391
in explaining why dialogs require a parent frame, Evangelos Bouzianis states that it is needed so that the dialog can be warped to the center of the parent ...
Eric Gilbertson
eric@...
Send Email
Apr 1, 1998
3:29 pm
11392
hi, Using the jdk 1.1 removeAll() method works well for me, and I was wondering how to go about doing this using the jdk 1.0 as there isn't such a method. any...
brian mc mullan
bmcmullan@...
Send Email
Apr 1, 1998
3:49 pm
11393
This test program works fine on NT. Note: (1) /c option to make CMD go away when it's done with the command string (2) && to separate two commands Hope this is...
Main, Nick
NMain@...
Send Email
Apr 1, 1998
4:10 pm
11394
... Unfortunately, this doesn't work on Windows 95. Jack Orenstein Novera Software, Inc. -- This is not a disclaimer -- Unsubscription, archives, FAQ -...
Jack Orenstein
jorenstein@...
Send Email
Apr 1, 1998
4:29 pm
11395
I'm just starting to use JFC. I have a little test case with a JTextField and a JButton. When I run it as a standalone application, it works fine. When I...
Art Grand
aig@...
Send Email
Apr 1, 1998
4:49 pm
Messages 11366 - 11395 of 59740   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help