38394041424344
public AbstractLoungeModel(JFrame window, User currentUser) { this.window = window; this.currentUser = currentUser; userModel = new UserModel(this, currentUser); }