aspose file tools
The moose likes Beginning Java and the fly likes writing a message board in java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply locked New topic
Author

writing a message board in java

Chris Lavery
Ranch Hand

Joined: Nov 30, 2004
Posts: 54
hi everybody,
i have a java assignment in which i have to write the code for a java message board. Firstly im unsure if i would have to create a GUI that is a meassge board or just write a message board that is a GUI if that makes sense.
So far i have began by attempting to write a GUI but cannot seem to manage even the simplest. i have encluded some very basic code that i have started with. any help is much appreciated


import java.awt.*;
import java.awt.event.*;

public class MessageBoard {



public MessageBoard() {

}

super(" Message Board GUI");

buildGUI();
setSize(400,150);
setVisible(true);

}
}
Chris Lavery
Ranch Hand

Joined: Nov 30, 2004
Posts: 54
sorry everybody, posted that question twice by mistake. i saw i had spelt the board wrong so tried changing it quickly but it didnt work.
Sorry everyone
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: writing a message board in java
 
Similar Threads
writing a GUI message board in Java
Game Tutorials -->> TicTacToe
Swing event handling for a JButton?
Forum on a WebSphere Portal Server
urgent help required