Question #348685

A window with the title “Welcome Home”

Expert's answer

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?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS