Skip to content

Fix typo nb.output.background UI property#9520

Open
mbien wants to merge 1 commit into
apache:masterfrom
mbien:fix-ui-property-typo
Open

Fix typo nb.output.background UI property#9520
mbien wants to merge 1 commit into
apache:masterfrom
mbien:fix-ui-property-typo

Conversation

@mbien

@mbien mbien commented Jul 16, 2026

Copy link
Copy Markdown
Member

fixes #4323

@mbien mbien added this to the NB32 milestone Jul 16, 2026
@mbien mbien added Look and Feel Platform [ci] enable platform tests (platform/*) UI User Interface labels Jul 16, 2026

@lkishalmi lkishalmi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Color back = UIManager.getColor("nb.output.backgorund"); //NOI18N
Color back = UIManager.getColor("nb.output.background"); //NOI18N
if (back == null) {
// dprecated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit : the overall typo count is not going down! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Look and Feel Platform [ci] enable platform tests (platform/*) UI User Interface

Projects

None yet

Development

Successfully merging this pull request may close these issues.

In FlatLaf properties typo in property name

3 participants