Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » WindowBuilder » Properties editor problem(Extends JButton and can't set the properties for new Object)
Properties editor problem [message #1827812] Sun, 24 May 2020 23:14
Damian Caputo is currently offline Damian CaputoFriend
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

Previous Topic:Classpath for custom components
Next Topic:Databinding uses Deprecated WidgetProperties class
Goto Forum:
  


Current Time: Wed Apr 24 16:42:29 GMT 2024

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

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

Back to the top