Properties editor problem [message #1827812] |
Sun, 24 May 2020 23:14 |
Damian Caputo Messages: 3 Registered: May 2020 Location: Argentina |
Junior Member |
|
|
Hi You All !!!
Have a problem with Window Builder.
I'm trying to make my own components to develop a desktop application.
I did a simple test.
I extend a JButton. And nothing more.
package com.ar.imia.custom.buttons;
import java.io.Serializable;
import javax.swing.JButton;
public class OtroBotonDePrueba extends JButton implements Serializable {
private static final long serialVersionUID = 9098383296789097084L;
public OtroBotonDePrueba() {
}
}
When I insert OtroBotonDePrueba into a JFrame container I can't access the properties in the properties editor.
I mean, the properties are there, but empty combo boxes for all properties appear in the right pane of the property editor.
I need other developers to be able to change the properties in the property editor, so they don't access the components base code.
I start the test with Eclipse Oxygen and Java 8.
i thought it could be a versioning problem.
So, now I'm using Eclipse 2020-03 and Java 13.
Window Builder and Swing Designer V 1.9.3.202001230951
Someone can help me with this?
Thanks
[Updated on: Mon, 25 May 2020 04:51] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.03305 seconds