Click here to Skip to main content
15,881,737 members
Home / Discussions / Java
   

Java

 
QuestionJava to COM Bridge Pin
railay2919-Nov-08 4:58
railay2919-Nov-08 4:58 
AnswerRe: Java to COM Bridge Pin
ramesh_rc24-Nov-08 0:21
ramesh_rc24-Nov-08 0:21 
QuestionError Diplaying TIF Image in Applet Pin
alpeshkhunt17-Nov-08 23:45
alpeshkhunt17-Nov-08 23:45 
AnswerRe: Error Diplaying TIF Image in Applet Pin
toxcct18-Nov-08 1:25
toxcct18-Nov-08 1:25 
QuestionError Diplaying TIFF in Applet through JSP Pin
riteshsv17-Nov-08 23:37
riteshsv17-Nov-08 23:37 
QuestionCreating Vectors Pin
sudany_zool14-Nov-08 23:01
sudany_zool14-Nov-08 23:01 
AnswerRe: Creating Vectors Pin
toxcct16-Nov-08 21:42
toxcct16-Nov-08 21:42 
QuestionHow do i go about doing this Pin
nothingfights13-Nov-08 8:20
nothingfights13-Nov-08 8:20 
creating a cell class.
The first should be called Cell. It represents one cell (square) of the tic-tac-toe board. It should contain at least one property, the character which occupies the cell. You may use either a blank character (‘ ‘) or a null to indicate an empty Cell, but I think you will find that the blank works better. Cell must also contain the following methods:

Constructor - create the cell and initialize the letter in the cell.
void setCell( char letter) - set the value in the cell.
char getCell( ) - return the letter in the cell.
boolean isEmpty( ) - return true if the Cell holds a blank, false otherwise.
AnswerRe: How do i go about doing this Pin
toxcct13-Nov-08 21:46
toxcct13-Nov-08 21:46 
AnswerRe: How do i go about doing this Pin
Naruki3-Dec-08 17:15
Naruki3-Dec-08 17:15 
Question[Message Deleted] Pin
Saturday3AM12-Nov-08 9:47
Saturday3AM12-Nov-08 9:47 
QuestionPolygon Union Pin
bangbangbogi9-Nov-08 19:24
bangbangbogi9-Nov-08 19:24 
Question[Message Deleted] Pin
trump1016-Nov-08 11:47
trump1016-Nov-08 11:47 
AnswerRe: Help with java programming Pin
toxcct6-Nov-08 21:47
toxcct6-Nov-08 21:47 
GeneralRe: Help with java programming Pin
TannerB7-Nov-08 8:40
TannerB7-Nov-08 8:40 
GeneralRe: Help with java programming Pin
toxcct8-Nov-08 0:03
toxcct8-Nov-08 0:03 
GeneralRe: Help with java programming Pin
TannerB8-Nov-08 7:46
TannerB8-Nov-08 7:46 
GeneralRe: Help with java programming Pin
HosamAly19-Nov-08 6:23
HosamAly19-Nov-08 6:23 
QuestionNeed a tad of help [modified] Pin
TannerB3-Nov-08 8:43
TannerB3-Nov-08 8:43 
Questionexe file Pin
sunil_jvfrm1-Nov-08 1:55
sunil_jvfrm1-Nov-08 1:55 
AnswerRe: exe file Pin
toxcct1-Nov-08 3:52
toxcct1-Nov-08 3:52 
AnswerRe: exe file Pin
jrsk1-Nov-08 23:20
jrsk1-Nov-08 23:20 
AnswerRe: exe file Pin
lixiqiang4-Nov-08 20:24
lixiqiang4-Nov-08 20:24 
Questionproject doubt Pin
ramakrishnudu31-Oct-08 8:29
ramakrishnudu31-Oct-08 8:29 
QuestionSet Represntation, please help !!!!!!!!!!!!!!!!!!!!!!!!!!!!! Pin
sudany_zool29-Oct-08 16:19
sudany_zool29-Oct-08 16:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.