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 2716 - 2745 of 59740   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2716
Hi Noel, You are right in your observation and the problem seems to be with Windows platform, due to some reason it looks as if the screen is not being...
Amrit Raj
amritr@...
Send Email
Jun 1, 1997
2:27 pm
2717
Michael: I may be missing something, but why can't you simply add/remove components from the layout that you are using?? I do this effectively in a couple of...
Manu Kumar
sneaker@...
Send Email
Jun 1, 1997
4:01 pm
2718
... Why can't you just keep another reference to the layout object you're trying to remove before calling remove()? You're not supposed to access the layout...
Jason
guildj@...
Send Email
Jun 1, 1997
5:46 pm
2719
Date: Sun, 1 Jun 1997 00:19:29 -0400 From: "David J. Spitz" <dave@...> Is InetAddress.hashCode() guaranteed to return the same integer for a given IP...
Dan Weinreb
dlw@...
Send Email
Jun 2, 1997
3:06 am
2720
... Hi Olivier Maybe yu are using a type 1 or 2 JDBC driver. You should use a type 3 or 4. Note an applet cannot load native libraries while an application...
Javier Borrajo
jbi@...
Send Email
Jun 2, 1997
8:08 am
2721
Is there a way to deal with the menus mnemonics ? (NB: for me the class MenuShortcut is about accelerators) Thanks for any advice. Bruno ___ To...
Bruno Conductier
bruno.conductier@...
Send Email
Jun 2, 1997
9:51 am
2722
... There are menu-shortcuts in 1.1. To emulate them in 1.0.x you can try to set things up so that all of your GUI components will give their enclosing Frame...
Dan Jacobs
djacobs@...
Send Email
Jun 2, 1997
10:12 am
2723
Dear advanced-java readers, We are working on a UI, in which the user can compose his own group. The group is a kind of window manager, group-elements can be...
Birgit Arkesteijn
birgit@...
Send Email
Jun 2, 1997
11:41 pm
2724
Running on Windows NT 4.0 using JDK 1.1.1 or JDK 1.1.2 it seems the SystemColor class no longer provides the correct colors based on the platform choices. I...
Robin Clouthier@...
robinclo@...
Send Email
Jun 2, 1997
11:51 pm
2725
... All classes are dynamically loaded and linked. You can't do that without storing the member names - see the VM spec if you want to know exactly what is...
Xeno
xeno@...
Send Email
Jun 3, 1997
12:02 am
2726
... Sorry, this is actually not the right code. I incorrectly "remembered" that if a property is not accessable getProperty returns null. What actually happens...
Timothy Welch
twelch@...
Send Email
Jun 3, 1997
12:13 am
2727
UNSUBSCRIBE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dinesh Goyal dinesh@... Software Engineer (408) 525-7262 Steam...
Dinesh Goyal
dinesh@...
Send Email
Jun 3, 1997
12:25 am
2728
Thanks to all who responded. Just what I needed to know. David ... David J. Spitz dave@... Netsation Corp. http://www.netsation.com ... ...
David J. Spitz
dave@...
Send Email
Jun 3, 1997
12:36 am
2729
Does anyone know of an NT Java source level debugger for JDK1.1? ___ To subscribe/unsubscribe/see archives - http://www.xcf.berkeley.edu/lists.html...
Steve Harris
harris@...
Send Email
Jun 3, 1997
12:52 am
2730
... Yes it is. The InetAddress class’ hashCode method currently returns the 32 bit network address that an InetAddress object represents. ... Mark Grand...
Mark Grand
mgrand@...
Send Email
Jun 3, 1997
1:05 am
2731
Hi, I am using the java.net.URL class to open a connection to a URL and read all the data from it into a stream. For some reason, I keep getting the following...
Manu Kumar
sneaker@...
Send Email
Jun 3, 1997
1:17 am
2732
___ To subscribe/unsubscribe/see archives - http://www.xcf.berkeley.edu/lists.html...
Prasanna Gopinath
pkg@...
Send Email
Jun 3, 1997
1:28 am
2733
Unsubcribe advanced-java ___ To subscribe/unsubscribe/see archives - http://www.xcf.berkeley.edu/lists.html...
Prasanna Gopinath
pkg@...
Send Email
Jun 3, 1997
1:40 am
2734
Is there any way in Java (1.02) to change the cursor to a custom cursor. By this I mean one that is not one of the cursor types defined in the Frame class....
Mike Fitz
mfitz@...
Send Email
Jun 3, 1997
2:01 am
2735
Timothy Welch, in response to an ongoing discussion of the best way to handle behaviour which deffers between environments(i.e. exiting in ... It seems to me...
Richard Deadman
rdeadman@...
Send Email
Jun 3, 1997
2:14 am
2736
<discussion about how to handle behaviour which differs between environments> ... We seem to be in heated agreement, then. In the context of developing APIs,...
Richard Deadman
rdeadman@...
Send Email
Jun 3, 1997
2:26 am
2737
___ To subscribe/unsubscribe/see archives - http://www.xcf.berkeley.edu/lists.html...
Prasanna Gopinath
pkg@...
Send Email
Jun 3, 1997
2:37 am
2738
I'm on an NT4.0 system using 1.1.1 and have no problems. I went into the control panel, changed the display properties of 3D Objects to some awful color (hit...
John Zukowski
jaz@...
Send Email
Jun 3, 1997
2:49 am
2739
Ijust moved from JDK 1.1.1 to JDK 1.1.2. ALlof sudden, I'm geting a bizarre error: C:\Source\Awgrid>java Awgrid java.lang.NoClassDefFoundError:...
kdlitwak
kdlitwak@...
Send Email
Jun 3, 1997
3:01 am
2740
actually, the answer is NO. David asked if it was "guaranteed" to return the same value, and that is simply not true. the *current* implementation *may* return...
bob pasker
rbp@...
Send Email
Jun 3, 1997
3:16 am
2741
... If you are referring to "Around the World" tutorial, then I couldn't find any comments you mentioned. When I posted my previous message I was under the...
Venkat Kethanaboyina
venkatk@...
Send Email
Jun 3, 1997
3:28 am
2742
This is impossible to do in Java 1.0 and 1.1. J ... -- public class jaz extends JohnZukowski implements MageLangInstitute { Email jaz@... ||...
John Zukowski
jaz@...
Send Email
Jun 3, 1997
3:45 am
2743
UNSUBSCRIBE __o _-\<,_ ________________________________(_)/ (_)______________________________________ Paulo Franzoni Dau e-mail :...
Phil
destroper@...
Send Email
Jun 3, 1997
4:14 am
2744
Hi, I have piece of code. I am not getting any exceptions but no data seems to be getting wrttien to the server. I had seen a similar mail frm some one else,...
C. Satish Kumar
csatish@...
Send Email
Jun 3, 1997
4:46 am
2745
Dont know if I am missing out something, but, the demo for Jmapi( Java management api ) has 'such' a feature. When you move the mouse over one of the buttons,...
ISS
iss@...
Send Email
Jun 3, 1997
4:58 am
Messages 2716 - 2745 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