public final class UtilityMessageBox extends Object
Modifier and Type | Method and Description |
---|---|
static void |
error(String title,
String message)
Displays an error message.
|
static void |
information(String title,
String message)
Displays an information message.
|
static void |
warning(String title,
String message)
Displays a warning message.
|
public static void information(String title, String message)
title
- The information title.message
- The information message.public static void warning(String title, String message)
title
- The warning title.message
- The warning message.Copyright © 2016 Byron 3D Games Studio. All rights reserved.