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 5798 - 5827 of 59740   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5798
unsubsribe Unsubscription, archives, FAQ - http://www.xcf.berkeley.edu/lists.html...
GNANAM, LSD
GNANAM@...
Send Email
Nov 1, 1997
5:08 pm
5799
... [SNIP] ... Well, you could use 'am' instead of 'is' as the prefix to boolean fields: if (amSuspended) { // implying an 'I' before it: 'I am' vs. if (...
Mark L. Fussell
mark.fussell@...
Send Email
Nov 1, 1997
1:18 am
5800
java.awt.Toolkit.getScreenSize(); ... David J. Spitz dave@... Netsation Corp. http://www.netsation.com ... Unsubscription, archives, FAQ -...
David J. Spitz
dave@...
Send Email
Nov 3, 1997
6:45 am
5801
... In theory, TCP (stream) services can be started this way. The inetd server starts a process with its stdin and stdout redirected to the stream socket. The...
Jeff Sturm
jsturm@...
Send Email
Nov 2, 1997
9:24 pm
5802
i keep on sending mail to the different gimp mailing list but it seems that nothing happens. I never receive my mails (and i think the others as well). Marco ...
Marco Giardini
marco@...
Send Email
Oct 31, 1997
10:07 am
5803
In a message dated 97-11-02 11:43:08 EST, ChristianC@... writes: << I know this is probably painfully obvious, but not to me right now. I need the...
Ecyap@...
Send Email
Nov 2, 1997
8:19 pm
5804
In the following sample code I create a class AppletFrame which may be derived from Applet or JPanel. If I derive from JPanel all works properly. If I derive...
Steven Lewis
smlewis@...
Send Email
Nov 1, 1997
6:06 pm
5805
... Ah, OK. That answers my question :-) ... I know :-) The best solution would be a decent garbage collector, which ought to rival your free-list scheme in...
Dave Harris
scorp@...
Send Email
Nov 2, 1997
2:58 am
5806
... This questions appears frequently, indicating we have a real need. The answer is Java cannot iconify or deiconify a window. Only a user gesture or native...
Jack Harich
happyjac@...
Send Email
Nov 2, 1997
1:24 am
5807
... I've run into this also, and think I can explain. The compiler warning message is about overriding methods that you aren't able to access. In this case,...
Dan Jacobs
djacobs@...
Send Email
Nov 2, 1997
5:30 pm
5808
FYI, you're mailer is wacked or something. ^M's all over the place and there wasn't any subject to this message. ... [...] ... [...] ... Well, because applets...
johnm-advanced-java@...
Send Email
Oct 31, 1997
4:45 am
5809
I am trying hard to deveop an applet hwich will run as trusted code. I am looking for ways to configure IDEs which will allow me to test a trusted applet. So...
Steven Lewis
smlewis@...
Send Email
Oct 31, 1997
3:02 am
5810
Addressed to: grege@... (Greg Ewing) advanced-java@... ** Reply to note from grege@... (Greg Ewing) Thu, 30 Oct 1997...
dhewitt@...
Send Email
Nov 2, 1997
4:05 am
5811
... By temporary URL do you mean write the HTML document to a temporary file? Kara Kruse Unsubscription, archives, FAQ - http://www.xcf.berkeley.edu/lists.html...
Kara L. Kruse
KruseKL@...
Send Email
Oct 31, 1997
4:04 am
5812
check out the netscape capabilities api stuff. I have not yet used it, but it would appear to permit what you want. developer.netscape.com then "find" on...
Stanley
stanley@...
Send Email
Nov 2, 1997
4:56 pm
5813
... [...] ... You've probably run into a "quality of implementation" issue. I.e., if it was just the simple case of the DEBUG flag it works but the compiler...
johnm-advanced-java@...
Send Email
Nov 2, 1997
10:23 am
5814
... When it comes to the awt I grew up on Graphic Java for 1.0. The 1.1 edition is out now. ... Jack Harich Affiliated with: Atlanta Java Users Group ...
Jack Harich
happyjac@...
Send Email
Nov 2, 1997
5:22 am
5815
... Look up 'CODEBASE PRINCIPAL' on a search engine limiting the search to netscape.com. By setting a variable in your prefs.js file, Netscape will trust (it...
Chad Owen Yoshikawa
chad@...
Send Email
Nov 2, 1997
2:33 am
5816
Would somebody help me? I don't want to be part of this mailing list. Would somebody UNSUBSCRIBE me? Paul "P.J." Jacob Evans st_pevans01@... ... From:...
Paul Evans
st_pevans01@...
Send Email
Nov 2, 1997
7:52 pm
5817
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,...
Koji Kotaki
kotaki@...
Send Email
Oct 31, 1997
10:48 pm
5818
... 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@...
Send Email
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@...
Send Email
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@...
Send Email
Nov 2, 1997
5:20 pm
5821
Christian - Try java.awt.Toolkit.getDefaultToolkit().getScreenSize(). -- BY +----------------------------------------+ ... ...
Bill Young {SunEd Sta...
bill.young@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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,...
Koji Kotaki
kotaki@...
Send Email
Nov 3, 1997
1:38 am
5826
... Unsubscription, archives, FAQ - http://www.xcf.berkeley.edu/lists.html...
Leonard Ponds, Jr.
ponds@...
Send Email
Oct 28, 1997
9:21 pm
5827
I discourage people from using ++ within expressions specifically to avoid this ambiguity. ... functionally equivalent to ... Unsubscription, archives, FAQ -...
Stanley
stanley@...
Send Email
Nov 2, 1997
4:50 pm
Messages 5798 - 5827 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