apache / netbeans

Apache NetBeans
https://netbeans.apache.org/
Apache License 2.0
2.65k stars 850 forks source link

Missing Closing Bracket on setBackground #7891

Open JuiCer-BscIT opened 1 week ago

JuiCer-BscIT commented 1 week ago

Apache NetBeans version

Apache NetBeans 23

What happened

When Creating a Java swing using Designer I keep getting a missing ) in jlbl_RequestTime.setBackground(new java.awt.Color(227, 227, 227); I don't what is happening the SetBackground just below and above is correctly generated

Language / Project Type / NetBeans Component

Java ANT

How to reproduce

I did not Create the Form a Colleague did

Did this work correctly in an earlier version?

No / Don't know

Operating System

Windows 11

JDK

JDK 21

Apache NetBeans packaging

Apache NetBeans provided installer

Anything else

No response

Are you willing to submit a pull request?

No

mbien commented 1 week ago

How to reproduce

I did not Create the Form a Colleague did

@JuiCer-BscIT well. without a way to reproduce this it isn't likely that someone will be able to fix it.

How is the background set, via a regular property or custom code?