New Channel UI implemented.

This commit is contained in:
Asal Lotfi
2025-09-02 01:27:18 +03:30
parent 4eb33b5101
commit 7b54835468
9 changed files with 605 additions and 11 deletions
@@ -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;