Skip to content

fix: #34 Resizing the parent JFrame results in incorrect positioning …#35

Merged
aterai merged 1 commit intomainfrom
34-ListEditor
May 21, 2025
Merged

fix: #34 Resizing the parent JFrame results in incorrect positioning …#35
aterai merged 1 commit intomainfrom
34-ListEditor

Conversation

@aterai
Copy link
Owner

@aterai aterai commented May 21, 2025

Add a ComponentListener to the GlassPane and cancel the editing of the cell name by hiding the GlassPane with componentResized(ComponentEvent).

Apply the fix to the following two examples:

  • ListEditor
  • EditableTitledBorder

@aterai aterai merged commit 0b52cda into main May 21, 2025
@aterai aterai deleted the 34-ListEditor branch May 21, 2025 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Resizing the parent JFrame results in incorrect positioning of the list cell editor during editing

1 participant