Results 1 to 7 of 7
- 11-02-2009, 05:06 AM #1
Member
- Join Date
- Nov 2009
- Posts
- 3
- Rep Power
- 0
program to assist in planning forms
Hi All,
Just started programming in Java using eclipse (with the jigloo plugin). Been programming in VB for years.
Love the Java environment however since it's a lot harder to update forms and change stuff around willy nilly I have taken to pre-planning forms on paper.
Just wondering if there is a peice of software that will help me plan the layout of my forms before I start creating them in eclipse (hope that makes sense).
Cheers,
J
-
Java doesn't really have "forms" per se, and perhaps you're talking about Swing GUI programs? If so, I think that most of us use nested components (such as JPanels) that allow use of nested layout managers for complex "forms". This tutorial would help you learn these beasts: Layout Managers Tutorial
- 11-02-2009, 05:50 AM #3
Member
- Join Date
- Nov 2009
- Posts
- 3
- Rep Power
- 0
I was actually looking for something (an external program) that lets me just arrange controls on a form so that when I come to actually do it in eclipse i have a layout already in mind.
-
but are you talking about using absolute positioning here, such as setLocation?
-
the reason I mention this, if you use layout managers, you don't really need this type of tool since all of the layouts are relative.
- 11-02-2009, 05:58 AM #6
Member
- Join Date
- Nov 2009
- Posts
- 3
- Rep Power
- 0
No, just almost a graphical application to assist in layout. I'm actually using jigloo in eclipse (swt) and just find it a little painful to fix up a mistake if I screw up.
Basically I am drawing on paper a layout that I want to implement to get it all in my head first before I even open up eclipse (imagine it like pseudo code just for form layout).
Is cool if there isn't anything (maybe i'm the only tool that can't do this on the fly).
-
Ah, SWT. Ignore all that I've said as it applies only to Swing and AWT. I'm going to move this to the SWT forum, if you don't mind.
Similar Threads
-
Kindly assist me...
By delbg in forum New To JavaReplies: 7Last Post: 02-05-2009, 04:52 AM -
Content Assist
By michael19 in forum EclipseReplies: 3Last Post: 11-20-2008, 08:09 PM -
How to make online jsp forms from Microsoft word forms in java
By jiten.mistry in forum Advanced JavaReplies: 2Last Post: 04-28-2008, 11:56 AM
Bookmarks