Hi All, I need to find about differemt methods being used for inter applet communication for applets on the same page but different frames and support by...
Amrit Raj
araj@...
Oct 13, 1996 4:09 pm
4730
Sandy, You do not have to use JLayeredPane directly. JDesktopPane handles most MDI behaviors like minimizing JInternalFrames into JDesktopIcons as well as ...
Don Park
donpark@...
Oct 14, 1997 6:41 am
4731
Hello *, The application I am building in Java has to react to a <return> character the same as a <tab> character (that is: move to the next field). I tried to...
Piet Kappen
pietk@...
Oct 14, 1997 3:44 pm
4732
We put up another download mechanism that sidesteps the setup wizard: http://www.microsoft.com/java/download/dl_sdk2x.htm ... ___ Unsubscribtion, archives, FAQ...
Charles Fitzgerald
charlesf@...
Oct 14, 1997 6:51 am
4733
In my application, i need to connect to server which requires an authorization from the client. So I build the URL in the form: ...
Eugene L. Berman
eugene@...
Oct 14, 1997 4:12 pm
4734
Hello Olivier, Sandy, others, ... OK. I have never looked into this, so I cannot commenton this. ... Is this one of the Java 2D packages ? If so, why on...
Sandor Spruit
Sandor.Spruit@...
Oct 14, 1997 4:15 pm
4735
Hello, I reported a bug to Microsoft a few days ago, but have had no response from them. Is this the norm for Microsoft? Or should I report it to them again....
Brian Lionel Modra
bmodra@...
Oct 15, 1997 2:26 am
4736
I emailed this a minute or so ago, but there was a typo in the URL I quoted. Here's the text again, fixed this time: Hello, I reported a bug to Microsoft a few...
Brian Lionel Modra
bmodra@...
Oct 15, 1997 2:35 am
4737
Thank you for your reply. At least now we know that the source will be available in the future. Make those damn lawyers work some overtime; they get paid ...
Steven J. Buroff
sjb@...
Oct 14, 1997 2:00 pm
4738
Hello *, The application I am building in Java has to react to a <return> character the same as a <tab> character (that is: move to the next field). I tried to...
Piet Kappen
pietk@...
Oct 14, 1997 8:04 pm
4739
// The problem is at the top level of my Browser I have a ScrollPanel, which //contains the Panel I am drawing the HTML to. Obviously the size of this ...
Steve Morgan
ssm@...
Oct 14, 1997 2:10 pm
4740
... Stealing a page from Dr. Dobbs, I have a singleton object that is simply a hashtable of applet names & references. All of my applets make a reference to...
Daniel Garcia
dgarcia@...
Oct 14, 1997 2:10 pm
4741
... But this isn't just in the AWT - this is in swing/jfc. have you taken a look at it yet? They _have_ facilities for doing frames inside of a pane. One of...
Daniel Garcia
dgarcia@...
Oct 14, 1997 2:13 pm
4742
The DBDemos provided as part of Swing-0.5 connect to Sybase and Access. What about Oracle? Is there a schedule for when this interface will be provided, or...
George Giles
George.Giles@...
Oct 14, 1997 1:24 pm
4743
Does anybody know the status of Swing integration with Java Workshop? Is it planned/not planned? George Giles CCAWS Project Office ___ Unsubscribtion,...
George Giles
George.Giles@...
Oct 14, 1997 1:36 pm
4744
... Thanks for the reply, Don. I am using JDesktopPane with contained JInternalFrames. My reply about JLayeredPane was really in response to the lack of...
Sandy Syx
Sandy@...
Oct 14, 1997 1:50 pm
4745
Yes this is very true. To prevent garbage collection of classes in Java 1.1x we have spawned a separate thread that sleeps for extended lengths of time. You...
Chuck Russell
ChuckR@...
Oct 14, 1997 3:20 pm
4746
... In all fairness all of the discrepancies I've seen (with the exception of JNI and RMI) fall into one of the following categories: - Classes you shouldn't...
Jim Frost
jimf@...
Oct 14, 1997 3:25 pm
4747
... If I ever learned anything about playing chess, I'll bet they're going to announce that they're not going to include a Java VM in their operating systems...
Dan Jacobs
djacobs@...
Oct 14, 1997 3:52 pm
4748
This message is to announce Aliens3D - a simple multiuser VRML world, to run in Netscape Communicator with CosmoPlayer plugin and using ObjectSpace Voyager...
Dmitri Kondratiev
dima@...
Oct 15, 1997 12:08 am
4749
Carl Scholz
scholz@...
Oct 14, 1997 4:13 pm
4750
A while ago, at least, MS's SDK came with a little utility that would put a small wrapper around your product to enable it as a service. Personally, I never...
David J. Spitz
dave@...
Oct 14, 1997 5:27 pm
4751
has anyone had any difficulty with jdk 1.13 under Linux 2.00? several of the standard utilities (java, javac and jdb) crash with a SEGV during init. other than...
Eric Gilbertson
eric@...
Oct 14, 1997 4:05 pm
4752
Kate, thanks very much for acknowledging my bug report. That is much appreciated. I'll wait to hear more from you, and put the printing from JAVA section of my...
Brian Lionel Modra
bmodra@...
Oct 16, 1997 3:26 pm
4753
... It creates an anonymous inner class which is a subclass of JButton. Look up anonymous inner classes in the 1.1 release notes. It's equivalent to protected...
Gordon Keith
gordon_kei@...
Oct 15, 1997 5:54 pm
4754
Hi All, Thanks for all of your help I narrowed the problem down to not overriding the 'getPreferredSize' method in the end, still I now have a web browser that...
Steve Kemp
stevek@...
Oct 16, 1997 12:25 am
4755
OK you get the WindowEvent WINDOW_ICONIFIED when the user iconifies the Frame. Anyone know how to iconify the thing from within an application? Dispatching a...
Richard Wallis
R.J.Wallis@...
Oct 16, 1997 12:44 am
4756
I used JNI to wrote a java wrapper for a C++ library. It worked fine on NT. When I tried on Solaris, I got the following errors. Any suggestions? --Steven ...
Liubo@...
Oct 15, 1997 10:42 pm
4757
Hi! In my Application a lot of MenuItems, contained in various Menus, should be enabled or disabled depending on the internal state of the application. The...
Gernot Koller
gernot@...
Oct 16, 1997 2:22 am
4758
Hi everyone... Can anybody give any idea about this problem. The program supposed to display the results of the query but it doesn't. Let say, i have 4 ...