Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » VE tested with Eclipse 3.4
VE tested with Eclipse 3.4 [message #143045] Sat, 17 November 2007 17:52 Go to next message
Erik Hecht is currently offline Erik HechtFriend
Messages: 61
Registered: July 2009
Member
Hello all,

I have updated again. I built directly from cvs.

Here is the link again where you can find my (non-official) version.

http://www.ehecht.com/eclipse_ve/ve.html

best regards

Erik
Re: VE tested with Eclipse 3.4 [message #143238 is a reply to message #143045] Mon, 03 December 2007 20:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: efren.villamagua.gmail.com

I tested the VE from the url http://www.ehecht.com/eclipse_ve/ve.html. But, I get the following error when I add a visual object to a container with GridBagLayout:

GridBagConstraints gridBagConstraints111 = ;
gridBagConstraints111.fill = GridBagConstraints.VERTICAL;

The "new GridBagConstraints()" in the first line is missing.
Re: VE tested with Eclipse 3.4 [message #143456 is a reply to message #143238] Wed, 09 January 2008 02:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: yosjeon.gmail.com

And Plus, I get the following error when I add a Label to a GridBagLayout.

jLabel = new JLabel(); // <---- new generate.
jLabel.setText("JLabel"); // <---- new generate.
jPanel1 = new JPanel();
jPanel1.setLayout(new GridBagLayout());
jPanel1.add(jLabel, ); // <---- new generate code is error.

I using eclipse 3.3.1.1.
How to collect this errors?
Re: VE tested with Eclipse 3.4 [message #143743 is a reply to message #143238] Thu, 24 January 2008 00:17 Go to previous messageGo to next message
Yves YANG is currently offline Yves YANGFriend
Messages: 688
Registered: July 2009
Senior Member
I'm working on this issue right now.

Yves YANG
http://www.soyatec.com
"Efren Villamagua" <efren.villamagua@gmail.com> wrote in message
news:7813959.23381196714133845.JavaMail.root@cp1.dzone.com...
>I tested the VE from the url http://www.ehecht.com/eclipse_ve/ve.html. But,
>I get the following error when I add a visual object to a container with
>GridBagLayout:
>
> GridBagConstraints gridBagConstraints111 = ;
> gridBagConstraints111.fill = GridBagConstraints.VERTICAL;
>
> The "new GridBagConstraints()" in the first line is missing.
Re: VE tested with Eclipse 3.4 [message #144602 is a reply to message #143743] Mon, 21 April 2008 15:11 Go to previous message
Vincenzo Caselli is currently offline Vincenzo CaselliFriend
Messages: 2
Registered: July 2009
Junior Member
Hi Yves,
I also am dealing with this problem. For now I am putting the "new GridBagConstraints()" by hand each time, but I would like to know from you if there is a downloadable fix.
Also, do you have news on how it is going on the official VE project?
It seems it is still two years old.

Thank you

Vincenzo Caselli
email: info@censnet.it
gtalk: vincenzo.caselli@gmail.com


&gt; I'm working on this issue right now.
&gt;
&gt; Yves YANG
&gt; http://www.soyatec.com
&gt; "Efren Villamagua" <efren.villamagua@gmail.com> wrote
&gt; in message
&gt; news:7813959.23381196714133845.JavaMail.root@cp1.dzone
&gt; .com...
&gt; >I tested the VE from the url
&gt; http://www.ehecht.com/eclipse_ve/ve.html. But,
&gt; >I get the following error when I add a visual object
&gt; to a container with
&gt; >GridBagLayout:
&gt; >
&gt; > GridBagConstraints gridBagConstraints111 = ;
&gt; > gridBagConstraints111.fill =
&gt; GridBagConstraints.VERTICAL;
&gt; >
&gt; > The "new GridBagConstraints()" in the first line is
&gt; missing.
&gt;
&gt;
Re: VE tested with Eclipse 3.4 [message #616898 is a reply to message #143045] Mon, 03 December 2007 20:35 Go to previous message
Eclipse UserFriend
Originally posted by: efren.villamagua.gmail.com

I tested the VE from the url http://www.ehecht.com/eclipse_ve/ve.html But, I get the following error when I add a visual object to a container with GridBagLayout:

GridBagConstraints gridBagConstraints111 = ;
gridBagConstraints111.fill = GridBagConstraints.VERTICAL;

The "new GridBagConstraints()" in the first line is missing.
Re: VE tested with Eclipse 3.4 [message #616920 is a reply to message #143238] Wed, 09 January 2008 02:15 Go to previous message
Eclipse UserFriend
Originally posted by: yosjeon.gmail.com

And Plus, I get the following error when I add a Label to a GridBagLayout.

jLabel = new JLabel(); // <---- new generate.
jLabel.setText("JLabel"); // <---- new generate.
jPanel1 = new JPanel();
jPanel1.setLayout(new GridBagLayout());
jPanel1.add(jLabel, ); // <---- new generate code is error.

I using eclipse 3.3.1.1.
How to collect this errors?
Re: VE tested with Eclipse 3.4 [message #616946 is a reply to message #143238] Thu, 24 January 2008 00:17 Go to previous message
Yves YANG is currently offline Yves YANGFriend
Messages: 688
Registered: July 2009
Senior Member
I'm working on this issue right now.

Yves YANG
http://www.soyatec.com
"Efren Villamagua" <efren.villamagua@gmail.com> wrote in message
news:7813959.23381196714133845.JavaMail.root@cp1.dzone.com...
>I tested the VE from the url http://www.ehecht.com/eclipse_ve/ve.html But,
>I get the following error when I add a visual object to a container with
>GridBagLayout:
>
> GridBagConstraints gridBagConstraints111 = ;
> gridBagConstraints111.fill = GridBagConstraints.VERTICAL;
>
> The "new GridBagConstraints()" in the first line is missing.
Re: VE tested with Eclipse 3.4 [message #617073 is a reply to message #143743] Mon, 21 April 2008 15:11 Go to previous message
Vincenzo Caselli is currently offline Vincenzo CaselliFriend
Messages: 2
Registered: July 2009
Junior Member
Hi Yves,
I also am dealing with this problem. For now I am putting the "new GridBagConstraints()" by hand each time, but I would like to know from you if there is a downloadable fix.
Also, do you have news on how it is going on the official VE project?
It seems it is still two years old.

Thank you

Vincenzo Caselli
email: info@censnet.it
gtalk: vincenzo.caselli@gmail.com


&gt; I'm working on this issue right now.
&gt;
&gt; Yves YANG
&gt; http://www.soyatec.com
&gt; "Efren Villamagua" <efren.villamagua@gmail.com> wrote
&gt; in message
&gt; news:7813959.23381196714133845.JavaMail.root@cp1.dzone
&gt; .com...
&gt; >I tested the VE from the url
&gt; http://www.ehecht.com/eclipse_ve/ve.html But,
&gt; >I get the following error when I add a visual object
&gt; to a container with
&gt; >GridBagLayout:
&gt; >
&gt; > GridBagConstraints gridBagConstraints111 = ;
&gt; > gridBagConstraints111.fill =
&gt; GridBagConstraints.VERTICAL;
&gt; >
&gt; > The "new GridBagConstraints()" in the first line is
&gt; missing.
&gt;
&gt;
Previous Topic:JOptionPane.showInputDialog
Next Topic:VE showing components inherited from JPanel?
Goto Forum:
  


Current Time: Wed Apr 24 13:44:53 GMT 2024

Powered by FUDForum. Page generated in 0.04061 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top