Skip to content
Snippets Groups Projects
Commit 378b32a1 authored by Trym Hamer Gudvangen's avatar Trym Hamer Gudvangen
Browse files

feat: create general structure for pop ups

parent 8f0a99fa
No related branches found
No related tags found
2 merge requests!34Feat/create story gui,!7Feat/part three
package edu.ntnu.idatt2001.group_30.paths.view.components.pop_up;
public abstract class AbstractPopUp {
protected void initialize() {
setupUiComponents();
setupBehavior();
}
protected abstract void setupUiComponents();
protected abstract void setupBehavior();
protected abstract void createPopUp();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment