I made a CSS file: table.css and a html page. The html page is correct,I verified it. I included this:
<link href="table.css" rel="stylesheet" type="text/css" />
in the header. But I don't know how I specify where in the html document I want it to appear. :|
I use Java ME SDK 3.0 emulator+ jdk package (for Windows) for a Java game and it seems that it doesn't support the package java.swing.*'s "setvisible" command.
Could you tell me a command that does the same thing but belongs to java.awt.*; ?
(I need to show the TicTacToe grid table)
Thank you...
I use Java ME SDK 3.0 emulator+ jdk package (for Windows) for a Java game and it seems that it doesn't support the package java.swing.*'s "setvisible" command.
Could you tell me a command that does the same thing but belongs to java.awt.*; ?
(I need to show the TicTacToe grid table)
Thank you...