mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-20 17:47:03 -04:00
12 lines
201 B
Java
12 lines
201 B
Java
package javax.swing;
|
|
|
|
import java.awt.Component;
|
|
|
|
public class JOptionPane
|
|
{
|
|
public static void showMessageDialog(Component parentComponent , Object title, String message, int messageType)
|
|
{
|
|
|
|
}
|
|
}
|