Skip to main content



      Home
Home » Archived » Visual Editor (VE) » JFormattedTextField
JFormattedTextField [message #14633] Tue, 13 January 2004 10:13 Go to next message
Eclipse UserFriend
Originally posted by: mb.thomas-daily.de

Is there a special reason why JFormattedTextField
cannot be choosen in "Swing Components"?

thanx!
Marcus
Re: JFormattedTextField [message #14665 is a reply to message #14633] Tue, 13 January 2004 10:23 Go to previous messageGo to next message
Eclipse UserFriend
The beaninfo included in the VE is targeted for JDK 1.3, and
JFormattedTextField was introduced in 1.4 (as was JSpinner). Thus they
are not included on the palette in this release. You can use the Choose
Bean dialog to drop these beans, but it's not likely that the property
sheet will be able to edit their interesting properties easily.

- Jeff

Marcus Beyer wrote:
> Is there a special reason why JFormattedTextField
> cannot be choosen in "Swing Components"?
>
> thanx!
> Marcus
>
Re: JFormattedTextField [message #14695 is a reply to message #14633] Tue, 13 January 2004 10:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Are you in a 1.3 JDK? JFormattedTextField was added in 1.4. I was able
to drop it when my project's java runtime was for 1.4. It didn't exist
in a 1.3 JDK.

--
Thanks, Rich Kulp

Re: JFormattedTextField [message #14724 is a reply to message #14695] Tue, 13 January 2004 10:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

And as Jeff mentioned, this is from the ChooseBean dialog, not the palette.

--
Thanks, Rich Kulp

Re: JFormattedTextField [message #14754 is a reply to message #14665] Tue, 13 January 2004 13:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mb.thomas-daily.de

Jeff Myers wrote:

> The beaninfo included in the VE is targeted for JDK 1.3, and
> JFormattedTextField was introduced in 1.4 (as was JSpinner). Thus they
> are not included on the palette in this release.

I see. Are there any plans to update this to 1.4?

> You can use the Choose
> Bean dialog to drop these beans, but it's not likely that the property
> sheet will be able to edit their interesting properties easily.

That's right.

thanx!
Marcus
Re: JFormattedTextField [message #14907 is a reply to message #14754] Wed, 14 January 2004 08:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mendelgili.netscape.net

Marcus Beyer wrote:
> Jeff Myers wrote:
>
>> The beaninfo included in the VE is targeted for JDK 1.3, and
>> JFormattedTextField was introduced in 1.4 (as was JSpinner). Thus
>> they are not included on the palette in this release.
>
>
> I see. Are there any plans to update this to 1.4?
>
> > You can use the Choose
>
>> Bean dialog to drop these beans, but it's not likely that the property
>> sheet will be able to edit their interesting properties easily.
>
>
> That's right.
>
> thanx!
> Marcus
>

https://bugs.eclipse.org/bugs/show_bug.cgi?id=46283
Re: JFormattedTextField [message #15006 is a reply to message #14907] Wed, 14 January 2004 12:10 Go to previous message
Eclipse UserFriend
Originally posted by: mb.thomas-daily.de

Gili Mendel wrote:

>>> The beaninfo included in the VE is targeted for JDK 1.3, and
>>> JFormattedTextField was introduced in 1.4 (as was JSpinner). Thus
>>> they are not included on the palette in this release.
>>
>> I see. Are there any plans to update this to 1.4?
>>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=46283

fine :)

thanx!
Marcus
Re: JFormattedTextField [message #577573 is a reply to message #14633] Tue, 13 January 2004 10:23 Go to previous message
Eclipse UserFriend
The beaninfo included in the VE is targeted for JDK 1.3, and
JFormattedTextField was introduced in 1.4 (as was JSpinner). Thus they
are not included on the palette in this release. You can use the Choose
Bean dialog to drop these beans, but it's not likely that the property
sheet will be able to edit their interesting properties easily.

- Jeff

Marcus Beyer wrote:
> Is there a special reason why JFormattedTextField
> cannot be choosen in "Swing Components"?
>
> thanx!
> Marcus
>
Re: JFormattedTextField [message #577591 is a reply to message #14633] Tue, 13 January 2004 10:32 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Are you in a 1.3 JDK? JFormattedTextField was added in 1.4. I was able
to drop it when my project's java runtime was for 1.4. It didn't exist
in a 1.3 JDK.

--
Thanks, Rich Kulp

Re: JFormattedTextField [message #577610 is a reply to message #14695] Tue, 13 January 2004 10:40 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

And as Jeff mentioned, this is from the ChooseBean dialog, not the palette.

--
Thanks, Rich Kulp

Re: JFormattedTextField [message #577658 is a reply to message #14665] Tue, 13 January 2004 13:13 Go to previous message
Eclipse UserFriend
Jeff Myers wrote:

> The beaninfo included in the VE is targeted for JDK 1.3, and
> JFormattedTextField was introduced in 1.4 (as was JSpinner). Thus they
> are not included on the palette in this release.

I see. Are there any plans to update this to 1.4?

> You can use the Choose
> Bean dialog to drop these beans, but it's not likely that the property
> sheet will be able to edit their interesting properties easily.

That's right.

thanx!
Marcus
Re: JFormattedTextField [message #577901 is a reply to message #14754] Wed, 14 January 2004 08:32 Go to previous message
Eclipse UserFriend
Marcus Beyer wrote:
> Jeff Myers wrote:
>
>> The beaninfo included in the VE is targeted for JDK 1.3, and
>> JFormattedTextField was introduced in 1.4 (as was JSpinner). Thus
>> they are not included on the palette in this release.
>
>
> I see. Are there any plans to update this to 1.4?
>
> > You can use the Choose
>
>> Bean dialog to drop these beans, but it's not likely that the property
>> sheet will be able to edit their interesting properties easily.
>
>
> That's right.
>
> thanx!
> Marcus
>

https://bugs.eclipse.org/bugs/show_bug.cgi?id=46283
Re: JFormattedTextField [message #577981 is a reply to message #14907] Wed, 14 January 2004 12:10 Go to previous message
Eclipse UserFriend
Gili Mendel wrote:

>>> The beaninfo included in the VE is targeted for JDK 1.3, and
>>> JFormattedTextField was introduced in 1.4 (as was JSpinner). Thus
>>> they are not included on the palette in this release.
>>
>> I see. Are there any plans to update this to 1.4?
>>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=46283

fine :)

thanx!
Marcus
Previous Topic:Problem with VE plugins on Linux GTK
Next Topic:VEP on Linux
Goto Forum:
  


Current Time: Tue Jul 15 12:55:19 EDT 2025

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

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

Back to the top