alilosoft
11/21/2020, 11:07 PMColton Idle
11/22/2020, 2:31 AMIgor Demin
11/22/2020, 12:30 PMCan I use swing components if I need some use case that is not supported yetUsing Swing components inside Compose isn't supported now. You can only use Compose inside Swing component (https://github.com/JetBrains/compose-jb/tree/master/tutorials/Swing_Integration) Theoretically you can place Swing component over
ComposePanel
and adjust its position.
Also you can open Swing window/dialogs/native file choosers from some Compose callback.