[*]‘O ŽŸ[#] [0]–ß [4]—š—ð
[1]ÅV [2]ʼn ¥[3]ºÒÝÄ—“

“¯±Žž‘ã
1/2•Å (14Œ)
4: 02/27 10:58 ID:dM
private void drawMessagePicture(Graphics g, int errCode,String[] message){
Image tmp;
if ((errCode==OthelloLogic.PASS)) tmp=PASS
else if((errCode==OthelloLogic.NG)) tmp=NG
else tmp=NOTYOU
drawMessageDrawing(g,erCode);
g.drawImage(tmp,580,430,this);
try
g.setFont(new Font("MS ƒSƒVƒbƒN",Font. PLAIN,20));

for(int j=0;((i<message.length)&&(i<4));i++){
g.drawString(message[i],575,290,+i*23);

}//for
}catch(Exception e){}]
}
private yoid put(int errCode){
this.errCD=errCode;this.messageStr=mOk;
if ((errCode==OthelloLogic.OK)) internalBoard.changeTurn();
else if ((errCode==OthelloLogic.NG)) this.messageStr=mNg;
else if ((errCode==OthelloLogic.PASS)) {this.messageStr=mPass;flage[2]=true;}
else if ((errCode==OthelloLogic.NOTYOU)) this.messageStr=mNotyou;
}
private void black(int x,int y){
put(internalBoarrd.putBlack(x,y));
}
private void black(int x,int y){
put(internalBoarrd.putBlack(x,y));
}

/**
* Constructor for OthelloPanel
*/
public OthelloPanel() {
super();
setBackground(green);
setMinimumSize(brdSize);
setPreferredSize(brdSize);
setMaximumSize(brdsize);
Toolkit toolkit.getDefaultToolkit();
NG =toolkit.getImage("ng.gif");
NOTYOU=toolkit.getImage("notyou.gif");
PASS =toolkit.getIMage("pass.gif");
flage[0]=true;
flage[1]=true;
flage[2]=false;
// prorected boolean[] flags=new boolean[3];
// blackPlacable,whitePlacable,stop for pass
addMouseListener(new MouseHandler());
internalBoard=new OtheloLogic();
internalBoard.initiateBoord();
}
public OthelloPanel(String brd) {
this();
setBoard(brd);
}

public String getBoard(){
return internalBoard.encodeBoard();
}
public void setBoard(String brd){
internalBoard.decodeBoard(brd);
}
private void drawBackScene(Graphice g){
g.setColor(Color.gray);
for(int i=0;<9;i++){
g.fillRect(i*70,0,5,565);
g.fillRect(0,i*70,563,5);
}
g.setColor(midGray);
for(int i=0;i<9;i++){
g.fillRect(i*70+1,1,3,563);
g.fillRect(1,i*70+1,563,3);
}
[*]‘O ŽŸ[#]
£[6]ã‚É [8]ÅVÚ½ [7]Ë߸ˆê——

–¼‘O:
EÒ°Ù:
ºÒÝÄ:

sage
ID‚ð•\Ž¦
‰æ‘œ‚ð“Še(‚½‚ʃsƒN)
Œ»Ý’n‚ðŽN‚·