CategoryPanel.java 120 B

12345678910
  1. package ui.view;
  2. /**
  3. * Here should be the Category Panel.
  4. *
  5. * @author Gruppe14
  6. */
  7. public class CategoryPanel {
  8. }