Home
last modified time | relevance | path

Searched refs:backwardButton (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
DTextureAtlasPanel.java31 JButton backwardButton, forwardButton; in initializeComponents() local
33 …add(backwardButton = new JButton("<"), new GridBagConstraints(0, 0, 1, 1, 1, 1, GridBagConstraints… in initializeComponents()
42 backwardButton.addActionListener(new ActionListener() { in initializeComponents()