Alvin Alexander
Alvin Alexander
I’m curious if there is a solution for this? I’m having the same problem with a relatively simple Swing application.
If it helps to know it, here’s a simple test app: ```java import java.awt.*; import javax.swing.*; public class JFrameExample { public static void main(String[] args) { SwingUtilities.invokeLater(new Runnable() { public...
That will be great, I’m looking forward to it!
If there’s ever anything I can do as a Swing developer, just let me know, I’ll be glad to help. I know Swing/GUI apps aren’t as popular as web apps,...
Sure, I’ll be glad to do what I can.
I’m glad to help if I can. The [comment I shared above](https://github.com/oracle/graal/issues/1327#issuecomment-513489602) shows a small Swing example that fails to compile. I just don’t know how to get started in...
Hi @SethTisue. Unfortunately I have to focus on paid work at the moment, but yes, if we didn’t mention that, it should be added. I’ll be glad to do this...
This is actually a pretty fundamental thing that I missed in the book. I agree with the initial comment that it could go in the [Control Structures](https://docs.scala-lang.org/scala3/book/taste-control-structures.html) section, since that’s...
I’m getting back into this process this weekend, and I just want to note that the main part of the ePub process is running this command after making some slight...
I put the initial tools for creating EPUB and MOBI versions here: - [github.com/alvinj/ScalaBookTools](https://github.com/alvinj/ScalaBookTools) I don’t know how to get the website’s markdown files into the proper directory, but that...