Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > gui builder

Reply
Thread Tools

gui builder

 
 
emekadavid
Guest
Posts: n/a
 
      05-30-2008
can anyone recommend a gui builder for me? a very good one?
not netbeans pls i want something that does all the layouts
thanks
david
 
Reply With Quote
 
 
 
 
Andrea Francia
Guest
Posts: n/a
 
      05-30-2008
emekadavid wrote:
> can anyone recommend a gui builder for me? a very good one?
> not netbeans pls i want something that does all the layouts

Anyway Netbeans does.
> thanks
> david



--
Andrea Francia
http://andreafrancia.blogspot.com/
 
Reply With Quote
 
 
 
 
Arne Vajhøj
Guest
Posts: n/a
 
      05-30-2008
emekadavid wrote:
> can anyone recommend a gui builder for me? a very good one?
> not netbeans pls i want something that does all the layouts


If not NetBeans then Eclipse with VE plugin or JDeveloper.

Arne
 
Reply With Quote
 
Roedy Green
Guest
Posts: n/a
 
      05-31-2008
On Fri, 30 May 2008 11:46:13 -0700 (PDT), emekadavid
<> wrote, quoted or indirectly quoted someone
who said :

>can anyone recommend a gui builder for me? a very good one?
>not netbeans pls i want something that does all the layouts
>thanks


from what I have heard Netbeans is the state of the art . You will
have to wait a few years to get something better. You can experment
with others. See http://mindprod.com/jgloss/ide.html

Paul van Keep from the Netherlands showed me something perhaps 9 years
ago that was very slick he wrote.
--

Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
 
Reply With Quote
 
emekadavid
Guest
Posts: n/a
 
      05-31-2008
On May 31, 9:03 am, Roedy Green <see_webs...@mindprod.com.invalid>
wrote:
> On Fri, 30 May 2008 11:46:13 -0700 (PDT), emekadavid
> <nnaemeka.da...@gmail.com> wrote, quoted or indirectly quoted someone
> who said :
>
> >can anyone recommend a gui builder for me? a very good one?
> >not netbeans pls i want something that does all the layouts
> >thanks

>
> from what I have heard Netbeans is the state of the art . You will
> have to wait a few years to get something better. You can experment
> with others. Seehttp://mindprod.com/jgloss/ide.html
>
> Paul van Keep from the Netherlands showed me something perhaps 9 years
> ago that was very slick he wrote.
> --
>
> Roedy Green Canadian Mind Products
> The Java Glossaryhttp://mindprod.com

tio
netbeans uses a layout that's confusing. maybe i'll look into the
documentation if i can customise the default layout manager for the
builder. the one i tried before was an architectural layout that's
horizontal and vertically perspectived.
going to check for customing it
 
Reply With Quote
 
Andrea Francia
Guest
Posts: n/a
 
      05-31-2008
emekadavid wrote:
> On May 31, 9:03 am, Roedy Green <see_webs...@mindprod.com.invalid>
> wrote:
>> On Fri, 30 May 2008 11:46:13 -0700 (PDT), emekadavid
>> <nnaemeka.da...@gmail.com> wrote, quoted or indirectly quoted someone
>> who said :
>>
>>> can anyone recommend a gui builder for me? a very good one?
>>> not netbeans pls i want something that does all the layouts
>>> thanks

>> from what I have heard Netbeans is the state of the art . You will
>> have to wait a few years to get something better. You can experment
>> with others. Seehttp://mindprod.com/jgloss/ide.html
>>
>> Paul van Keep from the Netherlands showed me something perhaps 9 years
>> ago that was very slick he wrote.
>> --
>>
>> Roedy Green Canadian Mind Products
>> The Java Glossaryhttp://mindprod.com

> tio
> netbeans uses a layout that's confusing. maybe i'll look into the
> documentation if i can customise the default layout manager for the
> builder. the one i tried before was an architectural layout that's
> horizontal and vertically perspectived.
> going to check for customing it


Following the tutorials you need no more that 30 minutes to learn an no
more that 1 hour to mastering the default layout used in Netbeans.


--
Andrea Francia
http://andreafrancia.blogspot.com/
 
Reply With Quote
 
Nigel Wade
Guest
Posts: n/a
 
      06-02-2008
emekadavid wrote:

> On May 31, 9:03 am, Roedy Green <see_webs...@mindprod.com.invalid>
> wrote:
>> On Fri, 30 May 2008 11:46:13 -0700 (PDT), emekadavid
>> <nnaemeka.da...@gmail.com> wrote, quoted or indirectly quoted someone
>> who said :
>>
>> >can anyone recommend a gui builder for me? a very good one?
>> >not netbeans pls i want something that does all the layouts
>> >thanks

>>
>> from what I have heard Netbeans is the state of the art . You will
>> have to wait a few years to get something better. You can experment
>> with others. Seehttp://mindprod.com/jgloss/ide.html
>>
>> Paul van Keep from the Netherlands showed me something perhaps 9 years
>> ago that was very slick he wrote.



> netbeans uses a layout that's confusing.


AFAIK NetBeans supports all of the layouts which are available in the current
API. Layout managers can be confusing, but if you are having problems then
perhaps you should do some more reading on the subject. Have you read the Sun
tutorial on Swing, which has a section on layout managers?

> maybe i'll look into the
> documentation if i can customise the default layout manager for the
> builder. the one i tried before was an architectural layout that's
> horizontal and vertically perspectived.
> going to check for customing it


You don't have to use the default layout. I think the default layout is
SpringLayout which may not be the one you want. All it requires is a couple of
clicks of the mouse to select a different one.

--
Nigel Wade
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Pythonic cross-platform GUI desingers à la Interface Builder (Re: what gui designer is everyone using) Dietmar Schwertberger Python 5 06-25-2012 10:15 PM
Re: Pythonic cross-platform GUI desingers à la Interface Builder (Re: what gui designer is everyone using) Dietmar Schwertberger Python 5 06-15-2012 11:35 PM
Re: Pythonic cross-platform GUI desingers à la Interface Builder (Re: what gui designer is everyone using) Chris Angelico Python 1 06-14-2012 06:43 PM
Where's a DOM builder that uses the Builder Pattern to ... buildDOMs? Phlip Python 5 01-13-2010 12:48 PM
Announcement: Swing GUI builder - "Foam" Graham Perks Java 3 01-09-2004 09:00 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57