romainguy / kotlin-explorer

Desktop tool to quickly explore disassembled Kotlin code.
Apache License 2.0
782 stars 23 forks source link

Change Settings Screen to a Popup Dialog #36

Closed alonalbert closed 5 months ago

alonalbert commented 5 months ago

SwingPanel doesn't work with Dialogs so I added DialogSupportingSwingPanel which works around the problem by grabbing a screenshot of its component and rendering an Image when the dialog is visible.

Some more changes were made to work better with a popup:

image