Issue #42, AS3 - displaying hex

Graph button changed to icon
This commit is contained in:
Jindra Petk
2013-03-20 22:01:52 +01:00
parent dfd9bfae3c
commit 50cce00fe0
10 changed files with 105 additions and 64 deletions

View File

@@ -22,22 +22,6 @@ import javax.swing.ImageIcon;
import javax.swing.JLabel;
import javax.swing.JPanel;
/*
* Copyright (C) 2010-2011 JPEXS
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
public class ImagePanel extends JPanel {
public JLabel label = new JLabel();