... You've got to be kidding me? Is the SimpleDateFormat class going to get any better, or did JavaSoft bail on the idea of ever parsing dates correctly? When...
Graham_Hesselroth@...
Dec 2, 1997 6:06 pm
5819
... I believe the problem is that the thread invoking mouseClicked() is the awt thread. A Frame or non-modal Dialog can call setVisible() for the first time ...
Jack Harich
happyjac@...
Nov 2, 1997 5:19 am
5820
Check out the debugger api's. Both Sun java workshop (implemented mostly in java) and MS tools have this capability. MS was supposedly going to push Sun to...
Stanley
stanley@...
Nov 2, 1997 5:20 pm
5821
Christian - Try java.awt.Toolkit.getDefaultToolkit().getScreenSize(). -- BY +----------------------------------------+ ... ...
Bill Young {SunEd Sta...
bill.young@...
Nov 2, 1997 8:52 pm
5822
... The compiler does not help you if you if you intended to use member variable 'a' but accidentally used local variable 'a' (the one you didn't even know...
Ryan Heise
rheise@...
Nov 3, 1997 12:48 am
5823
... I'd naively expect the best to be: e: -- StringBuffer sb = StringBuffer( MAX_LEN ); sb.append(text1); sb.append(text2); sb.append(text3); String s =...
Dave Harris
scorp@...
Nov 2, 1997 2:58 am
5824
hi, all I am having a trouble with my applet which is trying to make a socket connection to the server that i made using server socket. It works fine with...
Yongsue Lee
ylee@...
Nov 2, 1997 8:53 am
5825
The jdk1.1.4 api document says with addNotify() method as follows: (In both Component and Container classes) this method should be called by Container.add,...
I discourage people from using ++ within expressions specifically to avoid this ambiguity. ... functionally equivalent to ... Unsubscription, archives, FAQ -...
Stanley
stanley@...
Nov 2, 1997 4:50 pm
5828
... (DEBUG && arbitraryCondition()) can be optimized away (and javac does that). However (arbitraryCondition() && DEBUG) can not be optimized because...
Anand Palaniswamy
anand.palaniswamy@...
Nov 2, 1997 9:37 am
5829
Please... Take me off!!!!! I wanna unsubscribe. Unsubscription, archives, FAQ - http://www.xcf.berkeley.edu/lists.html...
zoltan.nagy@...
Nov 2, 1997 7:27 pm
5830
unsubscribe advanced-java ______________________________________________ Tal Givoly Team Leader XaCCT Technologies (1997) Ltd. 31 Lechi St., Bnei-Brak, 51200,...
Tal Givoly
givoly@...
Nov 2, 1997 9:59 pm
5831
Hi, The url which was mentioned by you doesn't exist... Is there any typo in the url? Please send me the contents of the url u r referring to in case you have...
Raja Sekhar Kommu
rajs@...
Nov 3, 1997 4:10 pm
5832
I'd like to suggest that this list be renamed "advanced-unsubscribe." Then maybe we could form a mailing list to discuss topics having to do with Java. Bob...
Bob Munck
munck@...
Nov 2, 1997 10:42 pm
5833
... For reasons of paranoia more than anything else, I use heavyweight containers for Beans customizers and custom PropertyEditors, just because I don't like ...
Dan Jacobs
djacobs@...
Nov 2, 1997 5:19 pm
5834
... Depending on the relative size of the default char array allocated to a StringBuffer vs. the average size of the actual string, multiply that by BIG_NUMBER...
P. T. Withington
ptw@...
Oct 27, 1997 8:34 pm
5835
One thing that puzzles me about this discussion is why, given that the naming conventions in the JLS are good enough, they aren't adopted everywhere? There's...
David Chase
chase@...
Nov 3, 1997 5:17 am
5836
Addressed to: Christian Cryder <ChristianC@...> advanced-java@... ** Reply to note from Christian Cryder <ChristianC@...> Thu, 30 Oct...
dhewitt@...
Nov 2, 1997 8:33 pm
5837
We are looking for an RTF editor which is JDK 1.1 compatable and can work with swing. Does anyone know of one extant or in the works. ...
Steven Lewis
smlewis@...
Nov 1, 1997 1:56 am
5838
... Just picked up this book over the weekend. It's not a process book, you're right, but it does say over and over again - UML is a *language*, not a ...
Duane Morin
ddm@...
Oct 30, 1997 5:50 pm
5839
Note the distribution to both lists (since I think this rightly applies to both). Please trim your replies appropriately. ... [...] ... Odd, I never saw this...
johnm-jeeves@...
Nov 3, 1997 4:33 am
5840
hi:everyone Welcome to visit our pure java Geography imformation system.It is developed in jdk1.02 and you should view it by netscape.You can zoom in , zoom...
H.y.han
hhy@...
Nov 1, 1997 4:33 am
5841
In article <libSDtMail.9710271007.16614.simonr@plage>, ... Another approach could be to have the application set itself up as a server, perhaps using RMI. You...
Bill Foote
billf@...
Nov 2, 1997 10:36 pm
5842
Hi Nathan ... Yes, I had exactly this problem while trying to use RMI. I posted to Java-Advanced but nobody had any ideas. One guy suggested starting an RMI ...
Peter Butler
peterbutler@...
Nov 3, 1997 6:46 pm
5843
Well, I am no JDBC expert, but I believe you must insure that there is a Driver class loaded that can handle the URL you are specifying. One way to do this is...
I cant see this unsubscibe messages to this list! Sholdnt we develop some cgi that will ask questions (some basic questions at least) about Java, to limit...
Nikolai Vladychevski
niko@...
Nov 1, 1997 4:37 am
5846
... The good news: Application can access JAR, just add the JAR in the CLASSPATH. The bad news: As ZIP file, JAR file in CLASSPATH can't be compressed . Good...
Gagnon, Real
gagnonr@...
Nov 3, 1997 1:24 am
5847
Tom Valesky wrote:, Jack replies:>>This has the added benefit that browser vendors will no longer be forced to be in the Java VM business; << This would solve...