changeImageButton.addActionListener(this);
duplicateTileButton.addActionListener(this);
// animationButton.addActionListener(this);
// Tile properties table
tileProperties = new JTable(new PropertiesTableModel());
tileProperties.getSelectionModel().addListSelectionListener(this);
JScrollPane propScrollPane = new JScrollPane(tileProperties);
propScrollPane.setPreferredSize(new Dimension(150, 150));
// Tile list