ventura
01/21/2021, 11:21 AM*.compose
library calling native components in C/C++?olonho
01/21/2021, 11:25 AMjim
01/21/2021, 11:45 AMventura
01/21/2021, 12:00 PMjim
01/21/2021, 12:03 PMventura
01/21/2021, 12:05 PMandroidx.compose.desktop.AppFrame
androidx.compose.desktop.AppWindow
androidx.compose.desktop.Window
and AppFrame
has
abstract class AppFrame {
abstract val window: ComposeWindow
internal var menuBar: MenuBar? = null
}
ComposeWindow
and MenuBar
are also androidx classes that internally use java.awt
and javax.swing
jim
01/21/2021, 12:16 PMventura
01/21/2021, 12:32 PMjim
01/21/2021, 12:35 PMventura
01/21/2021, 12:42 PMKirill Grouchnikov
01/21/2021, 2:02 PMJButton
, but was supposed to be the same calls to paint and animate it. It fell straight into the uncanny valley - it was 95% there, but the last 5% was and still is really noticeable.