mgarin / weblaf

WebLaF is a fully open-source Look & Feel and component library written in pure Java for cross-platform desktop Swing applications.
http://weblookandfeel.com
GNU General Public License v3.0
1.13k stars 234 forks source link

Problems using WebLaf components using WYSIWYG from the netbeans IDE #635

Closed Kaly380 closed 3 years ago

Kaly380 commented 3 years ago

When trying to leave the component of the palette I get the following message

image

image

How can I use the components using WYSIWYG from the netbeans IDE

I hope your support thanks

mgarin commented 3 years ago

This is a known problem with NetBeans and potentially any other WYSIWYG editor. WebLaF requires initialization of it's static managers to work properly which occurs when L&F is installed. WYSIWYG editors do not properly install L&F which leads to the issue you're seeing. And, as far as I know, there is no good way to fix that on the WYSIWYG editor side.

I'll close this issue since it's a duplicate of the older one: #18 - you can follow it instead to see when it will be implemented.

Although I will be honest - it's pretty low on my priority list for two reasons: