mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-22 03:05:24 -04:00
v0.2-development intermediate results
This commit is contained in:
parent
3f9add019a
commit
0d9261b62c
13 changed files with 867 additions and 74 deletions
|
@ -11,7 +11,7 @@ public class ServiceWindow {
|
|||
* Create window with notification
|
||||
* */
|
||||
/* // not used
|
||||
static void getErrorNotification(String title, String body){
|
||||
public static void getErrorNotification(String title, String body){
|
||||
Alert alertBox = new Alert(Alert.AlertType.ERROR);
|
||||
alertBox.setTitle(title);
|
||||
alertBox.setHeaderText(null);
|
||||
|
@ -27,7 +27,7 @@ public class ServiceWindow {
|
|||
/**
|
||||
* Create notification window with confirm/deny
|
||||
* */
|
||||
static boolean getConfirmationWindow(String title, String body){
|
||||
public static boolean getConfirmationWindow(String title, String body){
|
||||
Alert alertBox = new Alert(Alert.AlertType.CONFIRMATION);
|
||||
alertBox.setTitle(title);
|
||||
alertBox.setHeaderText(null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue