New Channel UI implemented.
This commit is contained in:
@@ -239,11 +239,6 @@ public class AddMembersController {
|
||||
searchIcon.setGraphic(icon);
|
||||
}
|
||||
|
||||
private void showAlert(String msg) {
|
||||
Alert alert = new Alert(Alert.AlertType.WARNING, msg, ButtonType.OK);
|
||||
alert.showAndWait();
|
||||
}
|
||||
|
||||
public void setGroupInfo(String groupName, File groupImageFile) {
|
||||
this.groupName = groupName;
|
||||
this.groupImageFile = groupImageFile;
|
||||
|
||||
Reference in New Issue
Block a user