?? sudokutile$mymenulistener.java
字號:
// Decompiled by DJ v3.9.9.91 Copyright 2005 Atanas Neshkov Date: 2/13/2008 10:21:05 PM
// Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version!
// Decompiler options: packimports(3)
// Source File Name: SudokuTile.java
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class SudokuTile$MyMenuListener
implements ActionListener
{
public void actionPerformed(ActionEvent actionevent)
{
theGame.placeAndValidateValue(row, column, value);
theGame.getBoard().refresh();
}
SudokuGame theGame;
int row;
int column;
int value;
final SudokuTile this$0;
public SudokuTile$MyMenuListener(int i, int j, int k, SudokuGame sudokugame)
{
this$0 = SudokuTile.this;
super();
theGame = sudokugame;
row = i;
column = j;
value = k;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -