Programing

Type in and run the following program. Then modify it to show a different greeting and image.
import java.net.URL;
import javax.swing.ImageIcon;
import javax.swing.JOptionPane;

public class Test
{
public static void main(String[] args) throws Exception
{
URL imageLocation = new URL(
“http://horstmann.com/java4everyone/duke.gif”);
JOptionPane.showMessageDialog(null, “Hello”, “Title”,
JOptionPane.PLAIN_MESSAGE, new ImageIcon(imageLocation));
}
}

Solution:

Looking for help with your homework?
Grab a 30% Discount and Get your paper done!

30% OFF
Turnitin Report
Formatting
Title Page
Citation
Place an Order

Calculate your paper price
Pages (550 words)
Approximate price: -