A window with the title “Welcome Home”
Hi, console aplication
package com.example; import javax.swing.*; public class Main { public static void main(String[] args) { JOptionPane.showMessageDialog(null, null ,"Welcome home",JOptionPane.PLAIN_MESSAGE); } }
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments