From: rnayabed Date: Fri, 08 Jan 2021 02:13:21 +0530 Subject: Added new Constructor --- Added new Constructor --- --- 'a/src/main/java/com/StreamPi/Util/Alert/StreamPiAlert.java' +++ b/src/main/java/com/StreamPi/Util/Alert/StreamPiAlert.java @@ -83,6 +83,10 @@ public class StreamPiAlert { set(title, streamPiAlertType, null, buttons); } + public StreamPiAlert(String title, StreamPiAlertType streamPiAlertType, Pane contentPane, String... buttons) + { + set(title, streamPiAlertType, contentPane, buttons); + } public StreamPiAlert(String title, String contentText, StreamPiAlertType streamPiAlertType) {