I have a Swing based app I developed with VAJava 4.0 (uses 1.2.2 internally). The app is only happy on 1.2.2 JVM. On 1.3 and 1.4 the JFrame appears with menu and tool bar but the child JInternalFrames don't show. I have been very careful and am sure that the app is not referencing any IBM or VisualAge specific classes. I am not finding any deprecation that seems applicable to my problem. Any insights or suggestions are much appreciated. Thank-you... mm
Rene Liebmann
Ranch Hand
Joined: May 02, 2002
Posts: 196
posted
0
Are there any exceptions? can you post a very small example (only a JFrame with a JDesktopPane and a JInternalFrame)? This would help us much, to be able to help you.
Mark Miller
Greenhorn
Joined: Oct 14, 2001
Posts: 5
posted
0
After much digging around, I can answer my own question: As of the Kestrel release, you have to explicitly call show() on the JInternalFrame. As this was not a requirement as of 1.2.2 I get the runtime behavior differences. There are no exceptions or compile time deprecation warnings to help with this. All is well...
Mula Liu
Greenhorn
Joined: Jun 04, 2002
Posts: 2
posted
0
use other compiler to recompile,maybe the 1.2 release have different specification with JInternalFrame
Java Tips Collector,Java Tips Distributor
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: JDesktopPane - Changes from 1.2.2 to 1.4.0?