starxg

Results 4 issues of starxg

**Describe the bug** AnimationChannel and AnimatedTexture speed inconsistencies **Expected behavior** When I initially start it up, there seems to be a speeding up of the frame rate. This problem goes...

JPopupMenu sometimes doesn't show the menu items, when I move the mouse pointer up it shows them. OS: Apple M3 Pro 15.0 (24A335) FlatLaf: 3.5.1 Laf: FlatDarkLaf VM: `jbr-release-21.0.4b607.1` `jbr-release-21.0.4b598.4`...

```shell jbrsdk-21.0.5-osx-aarch64-b750.29/Contents/Home/bin/jlink \ --verbose --strip-java-debug-attributes --strip-native-commands --strip-debug --compress=zip-9 \ --no-header-files --no-man-pages \ --add-modules java.base,java.desktop,java.logging,java.management,java.rmi,java.security.jgss,jdk.crypto.ec,jdk.unsupported \ --output runtime ``` ```text Error: Hash of java.rmi (fb2a8e5538e247b738382c9da1b0709d18b4036d2c4cd87861f9009bb1215ac1) differs to expected hash (406ff94eac274ab55121f0a3cfb738c28f689ea8d28de3e661860c9d39a534be) recorded...

I think it would be very useful if it were adapted to Kotlin DSL. For example: ```kotlin val panel = mig { component { component = JButton("Click me!") wrap =...