Sam Quintanar

- 活动总数 39
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 15
-
-
-
Sam Quintanar 创建了一个帖子, 已回答Can anyone please show me how to do drag & drop animation on a .png or .svg image using Kotlin with Compose Desktop?
I've googled a lot, and found no definitive answer. I found an example using Compose(https://github.com/Kvest/Chess/tree/main), but it would not run under Compose Desktop(many conflicts or missing ... -
Sam Quintanar 创建了一个帖子, 已回答Please provide clarity about use of Compose for Desktop and Compose Multiplatform
When creating a Kotlin Desktop App, I am given a choice of Compose Desktop(which is what I select), but there is no choice for Compose Multiplatform(which provides the @Preview to see app with mul... -
Sam Quintanar 创建了一个帖子, 已回答How to have multiple files with 'main' functions in Kotlin
Python supports multiple project files capable of being the application entry point with a ‘main’ function if the file is selected as the ‘current’ file. This is useful to quickly test example apps... -
Sam Quintanar 创建了一个帖子, 已回答Want to change the version of Gradle used in IntelliJ 2023.2
Plat = Ubuntu 18.04, 16 GB RAM, 64 bit, IntelliJ IDEA Community Edition 2023.2I'm using Java 17, openjfx 0.0.13, Kotlin 1.8.22 and Gradle 8.2. The IDE auto-selected Gradle 8.2.Correct compatibility... -
Sam Quintanar 进行了评论, -
-
Sam Quintanar 创建了一个帖子, "Running a simple openjfx application from kotlin and intellij without the javafx plugin (but with the javafx sdk)"
Mr. Phil Troy,Could you please post a link of the code/app/project so others can run it and examine it in detail?Kotlin+JavaFX+Gradle has been a time-consuming adventure that your contribution may ... -
Sam Quintanar 创建了一个帖子, 已回答Want year 2023 example code of minimal Kotlin+JavaFX+Gradle that works!
Platform details: Ubuntu 18.04/ 64 bit/ 16 GB MemoryWhen starting a project in IntelliJ, I choose Kotlin and Gradle and JavaFX and then select all checkboxes for JavaFX presented.When running the (...