Forum: Java Oct 27th, 2004 |
| Replies: 0 Views: 3,242 having trouble getting this match and replace to work, im trying to just find a word and put html bold tags around it on the button click and put that text into a new jtextpane. anyone have any... |
Forum: Java Oct 6th, 2004 |
| Replies: 0 Views: 2,524 im trying to call a showInfo() method from a superclass MediaTypes, the subclass is CD and the driver class is Assn2. the problem im having is that for all the values i inherit from the MediaTypes... |
Forum: Java Oct 5th, 2004 |
| Replies: 5 Views: 4,685 Thanks for your help...I have solved my problem |
Forum: Java Oct 4th, 2004 |
| Replies: 5 Views: 4,685 This is the class that holds the properties for the previous class
import javax.swing.*;
import java.util.*;
public class CD
{
private String artist; |
Forum: Java Oct 4th, 2004 |
| Replies: 5 Views: 4,685 here is the full code...there are 2 class files that i am using....
public class Assn1{
private CD[] myCDs;
private Date release;
private static int counter = 0;
private static... |
Forum: Java Oct 3rd, 2004 |
| Replies: 5 Views: 4,685 im trying to sort through an array and i keep getting a null pointer exception when i do... can anyone see where im going wrong....thanks
getreleasedate() gets the gregorian calendar date for... |
Forum: Java Sep 19th, 2004 |
| Replies: 0 Views: 2,315 having trouble getting started with a program
i need to have an array of objects which will hold name of cd, and 2 dates associated with it. i am new to java and not sure how to begin. i already... |