Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: azurik
Forum: HTML / XHTML / CSS Aug 26th, 2006, 6:13 AM
Replies: 7
Views: 246
Posted By azurik
Thumbs up The <span> tag works. Thank you. :) <span> was...

The <span> tag works. Thank you. :) <span> was never mentioned in the '97 book, but I'll be looking it up along with the references you suggested. So thanks again.
Forum: HTML / XHTML / CSS Aug 26th, 2006, 5:42 AM
Replies: 7
Views: 246
Posted By azurik
Aligning text

This is just about as noobie of a question as it gets... I want to create text so that some is on the left and some is on the right of the same line. Eventually, I'll be making them links to the...
Forum: Java Jul 31st, 2006, 7:08 PM
Replies: 7
Views: 191
Posted By azurik
When in doubt, google...

When in doubt, google it.

http://java.sun.com/docs/books/tutorial/uiswing/components/internalframe.html

I've heard of JInternalFrame class before, though I've never personally used it. Good luck. ...
Forum: Java Jun 13th, 2006, 9:19 PM
Replies: 6
Views: 213
Posted By azurik
Looks like this works: public void...

Looks like this works:

public void createDatabase(int maxPlayerNumber, double maxLoadFactor) {
int databaseSize = getClosestPrime((int)(maxPlayerNumber / maxLoadFactor));
class ProductArray...
Forum: Java Jun 13th, 2006, 8:01 PM
Replies: 6
Views: 213
Posted By azurik
Arrays with Generic Type

I'm trying to create a simple database inside Java using seperate chain Hashing. The database stores the many products inside a grocery store. In my createDatabase method, however, it flags (using...
Forum: Java May 31st, 2006, 5:39 AM
Replies: 7
Views: 295
Posted By azurik
What you could do is: final int ARRAY_LENGTH =...

What you could do is:

final int ARRAY_LENGTH = 10;
abc[] array = new abc[ARRAY_LENGTH];
for (int arrayPos = 0; arrayPos < ARRAY_LENGTH; arrayPos++)
array[arrayPos] = new abc();


That code...
Showing results 1 to 6 of 6

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 1:51 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC