Skip to content

Commit 9d35385

Browse files
committed
Add links to Java PT
1 parent db0bd07 commit 9d35385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/set-up-a-gui-with-java/set-up-a-gui-with-java.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In Java development, you're able to create GUIs for your programs without needin
5757
import javax.swing.*;
5858
```
5959

60-
If you don't already have a Java IDE, Click [here]() to set yours up!
60+
If you don't already have a Java IDE, Click [here](https://www.codedex.io/java/bonus/set-up-your-java-dev-env) to set yours up!
6161

6262
Create a public class and add a main method to begin.
6363

@@ -145,7 +145,7 @@ Congrats! You've made your very own GUI with Java's Swing GUI Toolkit. This is j
145145
### More Resources
146146
Be sure to check out
147147
- [The Swing API Documentation](https://docs.oracle.com/javase/7/docs/api/javax/swing/package-summary.html) to see other methods and objects you can create for your GUI
148-
- [Setting up your local Java Development Environment]()
148+
- [Setting up your local Java Development Environment](https://www.codedex.io/java/bonus/set-up-your-java-dev-env)
149149

150150
Note that Swing is the default, built-in GUI Toolkit. Other toolkits like [JavaFX](https://openjfx.io/openjfx-docs/#install-javafx) exist with more functionality with their own SDK, or download package.
151151

0 commit comments

Comments
 (0)