Mageia Bugzilla – Attachment 13307 Details for
Bug 30401
java-1.8.0-openjdk, java-11-openjdk and java-17-openjdk new security issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Hello World - pop-up instead of jfx
Helloworldnojfx.java (text/x-csrc), 425 bytes, created by
Brian Rockwell
on 2022-06-20 17:08:28 CEST
(
hide
)
Description:
Hello World - pop-up instead of jfx
Filename:
MIME Type:
Creator:
Brian Rockwell
Created:
2022-06-20 17:08:28 CEST
Size:
425 bytes
patch
obsolete
>/*********************************************** >* HelloGUI.java >* Aaron P. Clark >* >* One of the last programs of the chapter. Exhibits >* the use of the JOPtionPane GUI >***********************************************/ > >import javax.swing.JOptionPane; >public class Helloworldnojfx >{ > public static void main(String[] args) > { > System.out.println("Hello World!"); > JOptionPane.showMessageDialog(null, "Hello, World!"); > } >}
/*********************************************** * HelloGUI.java * Aaron P. Clark * * One of the last programs of the chapter. Exhibits * the use of the JOPtionPane GUI ***********************************************/ import javax.swing.JOptionPane; public class Helloworldnojfx { public static void main(String[] args) { System.out.println("Hello World!"); JOptionPane.showMessageDialog(null, "Hello, World!"); } }
View Attachment As Raw
Actions:
View
Attachments on
bug 30401
: 13307