Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 6 of 6
Search took 0.05 seconds.
Search: Posts Made By: corecase
Forum: Java and JSP 06-08-2011, 06:36 AM
Replies: 2
Views: 2,148
Posted By corecase
Thank you so much! Great explanation. =]

Thank you so much! Great explanation. =]
Forum: Java and JSP 06-08-2011, 03:05 AM
Replies: 2
Views: 2,148
Posted By corecase
Help with e.getSource()

I'm trying to create an applet GUI which is Tic Tac Toe.
My goal is to check who's turn it is (x's or o's) and then put the corresponding letter on the button that was clicked.

The problem...
Forum: Java and JSP 11-27-2010, 07:57 PM
Replies: 4
Views: 4,647
Posted By corecase
Yeah, that's exactly what i had in mind. ...

Yeah, that's exactly what i had in mind. Although a for loop does make the code look more tidy, logically the other way seems simpler, especially for beginners.
Forum: Java and JSP 11-27-2010, 08:29 AM
Replies: 4
Views: 4,647
Posted By corecase
This is how i would do it: int m = mark; ...

This is how i would do it:


int m = mark;
int d = daysLate;

if(m <= 20)
{
System.out.println("Mark is: " + m);
}
Forum: HTML & CSS 11-22-2010, 04:33 AM
Replies: 4
Views: 673
Posted By corecase
Here's the part of the code where the error...

Here's the part of the code where the error should be:

Html part:
<div id="header">

<img id="logo" />
<ul id="nav" style="list-style: none">
<li...
Forum: HTML & CSS 11-22-2010, 02:26 AM
Replies: 4
Views: 673
Posted By corecase
NEED URGENT HELP! CSS Absolute Positioning!

Hey guys, i'm using absolute position to position my navigation bar at the top of my page. In google chrome the position is correct; however, in internet explorer for some reason it's different. So...
Showing results 1 to 6 of 6

 
Forum Jump

All times are GMT +1. The time now is 10:38 AM.