Any way to run Java GUIs in a Codespace? #52341
Replies: 5 comments 5 replies
-
Hello @gigamonkey 👋 This is a really good example on working with GUI applications within VS Code. Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
I made a tutorial to get Java Swing with Graphics working for my students and other teachers. I hope this helps! |
Beta Was this translation helpful? Give feedback.
-
[like] RICARDO RAFAEL QUINTERO MEZA reacted to your message:
…________________________________
From: Mr. Nguyen ***@***.***>
Sent: Saturday, October 12, 2024 10:08:18 PM
To: community/community ***@***.***>
Cc: RICARDO RAFAEL QUINTERO MEZA ***@***.***>; Comment ***@***.***>
Subject: Re: [community/community] Any way to run Java GUIs in a Codespace? (Discussion #52341)
I made a tutorial to get Java Swing with Graphics working for my students and other teachers. I hope this helps!
https://apps.mvhs.io/resources/codespaces/
—
Reply to this email directly, view it on GitHub<#52341 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AUGQNT2W6X2K6QJD5KKJDCTZ3GMVFAVCNFSM6AAAAAAWXWABKSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOJSGUZDCOA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
[like] RICARDO RAFAEL QUINTERO MEZA reacted to your message:
…________________________________
From: Mr. Nguyen ***@***.***>
Sent: Monday, October 14, 2024 4:52:30 PM
To: community/community ***@***.***>
Cc: RICARDO RAFAEL QUINTERO MEZA ***@***.***>; Comment ***@***.***>
Subject: Re: [community/community] Any way to run Java GUIs in a Codespace? (Discussion #52341)
Wonderful! Glad to see it is working for others.
—
Reply to this email directly, view it on GitHub<#52341 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AUGQNT4DTHK6MC44KR4VFKTZ3PZE5AVCNFSM6AAAAAAWXWABKSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOJTHEZDGMI>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
I teach high school computer science and have been using Codespaces for my class where we use Javascript. It's been fantastic for that! Next year I may be teaching a Java course and I'd really love to use Codespaces for that too. However the one thing that I haven't been able to figure out how to do is run a Java GUI (e.g. Swing-based) program in a Codespace. I'd sure hate to make my kids use ReplIt just for that one feature but there are things where it makes sense for them to write GUIs.
Beta Was this translation helpful? Give feedback.
All reactions