Recent content by Kyupa Suria

  1. K

    Inserting an external CSS file into HTML?

    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. :|
  2. K

    I need a program to view PHP pages offline?

    Without putting the online Please help me Thanks
  3. K

    Java mobile game emulator for Windows Xp?

    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...
  4. K

    Java mobile game emulator for Windows Xp?

    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...
Back
Top