mirror of https://github.com/rusefi/RomRaider.git
updated ramtune test app
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@638 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
This commit is contained in:
parent
0796ab184f
commit
6325da9494
|
@ -282,7 +282,7 @@ public final class RamTuneTestApp extends JFrame implements WindowListener {
|
|||
LookAndFeelManager.initLookAndFeel();
|
||||
SwingUtilities.invokeLater(new Runnable() {
|
||||
public void run() {
|
||||
RamTuneTestApp ramTuneTestApp = new RamTuneTestApp("RAM Writer - Test App");
|
||||
RamTuneTestApp ramTuneTestApp = new RamTuneTestApp("RAMTune - Test App");
|
||||
ramTuneTestApp.setIconImage(new ImageIcon("./graphics/enginuity-ico.gif").getImage());
|
||||
ramTuneTestApp.setDefaultCloseOperation(EXIT_ON_CLOSE);
|
||||
ramTuneTestApp.addWindowListener(ramTuneTestApp);
|
||||
|
|
Loading…
Reference in New Issue