What\'s the fastest way to draw a Hello World on the screen using a GUI in Java:
1- by using the minimum number of classes.
2- with the leas
If you're optimizing for runtime then pre-render an image with the text "Helo World" and then use Java to display it as an image. You can use ImageIcon to easily display an image.
ImageIcon