Results 1 to 11 of 11
Thread: Problem in GroupLayout ?
- 04-16-2011, 05:47 AM #1
Problem in GroupLayout ?
I have developed one Swing program in my JDK6 sytem by using Grouplayout.
It works pretty well. But when i try to compile the same program in JDK 5 , I am getting compile time error. This is because JDK 5 does not have GroupLayout Class.
Is there any JAR available which has GroupLayout class.Mak
(Living @ Virtual World)
- 04-16-2011, 05:58 AM #2
No, GroupLayout is part of the Java 6 API which means you cannot use it in earlier versions.
- 04-16-2011, 06:01 AM #3
ra4king,
Is there any way to use GroupLayout in Java 5 by adding external JARs?Mak
(Living @ Virtual World)
- 04-16-2011, 06:05 AM #4
No, unless someone makes a jar file containing all new classes added to Java 6 because there might be some new classes that GroupLayout depend on.
Last edited by ra4king; 04-16-2011 at 09:36 PM.
-
This is the file, try to see if you can get it working.
Last edited by ozzyman; 04-26-2011 at 04:56 PM.
- 04-18-2011, 05:36 AM #6
ozzyman,
Thanks for the file. but it shows compiler error in the following import statement.
import static java.awt.Component.BaselineResizeBehavior;
import static javax.swing.LayoutStyle.ComponentPlacement;Mak
(Living @ Virtual World)
- 04-18-2011, 05:39 AM #7
- 04-18-2011, 05:56 AM #8
Solution: stop fannying about. Either upgrade to version 6 or use a different layout manager.
- 04-18-2011, 06:21 AM #9
I guess I better use diffent layout manager,dont I?
Mak
(Living @ Virtual World)
-
-
Similar Threads
-
GroupLayout
By Itun in forum AWT / SwingReplies: 3Last Post: 03-24-2011, 05:19 PM -
GroupLayout Issue
By m_patten2 in forum AWT / SwingReplies: 2Last Post: 11-10-2010, 10:50 PM -
Anyone know how GroupLayout works?
By ProgrammingPup in forum Advanced JavaReplies: 5Last Post: 12-01-2009, 11:12 PM -
Doubt with GroupLayout
By emylyano3 in forum AWT / SwingReplies: 1Last Post: 06-28-2009, 02:16 AM -
"Problem With GroupLayout", Please Help !
By adeeb in forum AWT / SwingReplies: 1Last Post: 06-04-2008, 10:29 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks