Forum: HTML / XHTML / CSS
Aug 26th, 2006, 6:13 AM
|
|
Replies: 7
Views: 246
|
Forum: HTML / XHTML / CSS
Aug 26th, 2006, 5:42 AM
|
|
Replies: 7
Views: 246
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
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
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
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
|