You are not logged in.

theuserbl

Intermediate

  • "theuserbl" started this thread

Posts: 436

Date of registration: Dec 20th 2008

  • Send private message

1

Sunday, August 28th 2011, 1:55am

BeanBuilder modification

This is for people with basic or advanced experiences with the Java language.

At
http://java.net/projects/bean-builder
you can download BeanBuilder.
I have also uploaded Revision 22 of it here:
beanbuilder-rev22.zip

To give the designer-part of it a Visual Studio LookAndFeel download Handle.zip, unpack the file Handle.java and replace the file of the BeanBuilder with it.
In Screenshot24 you can see, how it then looks like.

Greatings
theuserbl
theuserbl has attached the following image:
  • Screnshot24.png
theuserbl has attached the following file:
  • Handle.zip (5.15 kB - 364 times downloaded - latest: Mar 21st 2024, 6:08pm)

theuserbl

Intermediate

  • "theuserbl" started this thread

Posts: 436

Date of registration: Dec 20th 2008

  • Send private message

2

Wednesday, August 31st 2011, 10:29pm

Ok, decided to create a package of a Jabacoified BeanBuilder,

You can download the executable jar file at:
[ jbaBeanBuilder.jar ]

Sourcecode is included in it. But only the mentioned Handle.java was changed and a XML-file.
But as controls now the Jabaco ones are as default and not the Swing ones. :-)

Don't wonder, that the properties looking so different, then that of the Jabaco IDE.
BeanBuilder shows JavaBeans. And so the size of the controls and so on are done the Java-way and not the Jabaco-way. :-(

But nevertheless it looks nice.

Greatings
theuserbl

theuserbl

Intermediate

  • "theuserbl" started this thread

Posts: 436

Date of registration: Dec 20th 2008

  • Send private message

3

Sunday, September 4th 2011, 4:28pm

All Java-Beans properties are removed in the BeanBuilder and some Jabaco-Properties added.

You can download the newest executable jar file at:
[ jbaBuilder.jar ]

And again, the Sourcecode is included.
Changes until JbaBeanBuilder:
- jbaPropertyDescriptors.java added
- PropertyTableModel.java modified

Greatings
theuserbl
theuserbl has attached the following image:
  • Screenshot26.jpg

This post has been edited 1 times, last edit by "theuserbl" (Sep 4th 2011, 4:38pm)


theuserbl

Intermediate

  • "theuserbl" started this thread

Posts: 436

Date of registration: Dec 20th 2008

  • Send private message

4

Monday, September 5th 2011, 12:16am

Some known bugs:

- Enum-Vales are not integrated

- Vales of byte, double, long an short can be read, but not set. Values in boolean, float, int and String works fine.

Related to the last bug:
When a byte, double, long or short value is input in the property field, the method setValueOf() of the file PropertyTableModel.java isn't called.
The method comes from AbstractTableModel and isn't direct called in the program.

Greatings
theuserbl

theuserbl

Intermediate

  • "theuserbl" started this thread

Posts: 436

Date of registration: Dec 20th 2008

  • Send private message

5

Monday, September 5th 2011, 1:29am

- Vales of byte, double, long an short can be read, but not set.


fixed.
Added SwingLongEditor.java, SwingShortEditor.java, etc for that.

Updated version you can again find here:
jbaBuilder.jar

Greatings
theuserbl

theuserbl

Intermediate

  • "theuserbl" started this thread

Posts: 436

Date of registration: Dec 20th 2008

  • Send private message

6

Wednesday, September 14th 2011, 1:15am

I only want to mention, that the last version of that program can be found here:
[ Problem.jar ]

Nearly all Enum-Settings are added.

One of the bugs is, that if you have choosen an entry in the JComboBox of the Properties,
that it jumps back to the first entry, which is then selected.

I thoughted, that this problem (thats the reason why I called the file "Problem.jar") or bug would be earlier fixed.
But because Problem.jar is until now 4 days old and I have still no fix for this bug, I decided to already mention the file here.

If anybody here have experinces with Java: Have a look at org.jdesktop.bb.editors.SwingEnumEditor and tell me, what is wrong with it.

Greatings
theuserbl

theuserbl

Intermediate

  • "theuserbl" started this thread

Posts: 436

Date of registration: Dec 20th 2008

  • Send private message

7

Friday, May 11th 2012, 7:03pm

Little update for the jbaBuilder:
[ jbaBuilder002.jar ]

It now can save files to a similar XML-format like the Jabaco jsrc files (but don't working currently corect).

Greatings
theuserbl

Similar threads

Rate this thread
WoltLab Burning Board