Skip to content

Improve Swing Templates#8234

Merged
mbien merged 1 commit intoapache:masterfrom
makiam:improve-swing-templates
Feb 12, 2025
Merged

Improve Swing Templates#8234
mbien merged 1 commit intoapache:masterfrom
makiam:improve-swing-templates

Conversation

@makiam
Copy link
Copy Markdown
Contributor

@makiam makiam commented Feb 11, 2025

Improwe Swing GUI templates:
Use multicatch in LookAndFeel initialization code.
Replace new Runnable() ... with lambda call


^Add meaningful description above

By opening a pull request you confirm that, unless explicitly stated otherwise, the changes -

  • are all your own work, and you have the right to contribute them.
  • are contributed solely under the terms and conditions of the Apache License 2.0 (see section 5 of the license for more information).

Please make sure (eg. git log) that all commits have a valid name and email address for you in the Author field.

If you're a first time contributor, see the Contributing guidelines for more information.

If you're a committer, please label the PR before pressing "Create pull request" so that the right test jobs can run.

@mbien mbien added Java [ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form) FormDesigner GUI builder, also known as Matisse labels Feb 11, 2025
Copy link
Copy Markdown
Member

@mbien mbien left a comment

Choose a reason for hiding this comment

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

Hi @makiam the update looks good but this repo requires the real name on the commits (account name is not enough).

you can check it on https://github.com/apache/netbeans/pull/8234.patch

git commit --amend --author="Author Name <email@address.com>" --no-edit

and then simply force push into the same branch of this PR

Signed-off-by: makiam <maxtemplaar@gmail.com>
@makiam makiam force-pushed the improve-swing-templates branch from 9dfa11d to 9e75556 Compare February 12, 2025 05:30
@makiam
Copy link
Copy Markdown
Contributor Author

makiam commented Feb 12, 2025

Commit author name fixed

@mbien mbien added this to the NB26 milestone Feb 12, 2025
Copy link
Copy Markdown
Member

@mbien mbien left a comment

Choose a reason for hiding this comment

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

thanks!

@mbien mbien merged commit c384b9a into apache:master Feb 12, 2025
@makiam makiam deleted the improve-swing-templates branch February 13, 2025 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

FormDesigner GUI builder, also known as Matisse Java [ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants