Java School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become a Java Expert!

Join 306,832 Java Programmers for FREE! Get instant access to thousands of Java experts, tutorials, code snippets, and more! There are 1,766 people online right now. Registration is fast and FREE... Join Now!




JAva help

 

JAva help, Have to write a software

hakeris4

14 Apr, 2009 - 01:49 AM
Post #1

New D.I.C Head
*

Joined: 30 Mar, 2009
Posts: 1

Welcome ...
As is known to learn java ... I stalled with the schedule and plotting .... Specifically dont quite know where to start
I have one example according to everything I want to trace. Ofcourse I need a lot of serious work to make an example by the bottom, but it does not work and I dont know whereabouts roots ..... Any suggestions??

package bandom;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;

public class Piesiam extends JPanel {
public void paintCommponent(Graphics g) {
super.paintComponent(g);
g.setColor(Color.BLUE);
g.drawString("Vn", 300,200);
g.fillRect(20,35,80,40);
}
public static void main(String args[]) {
JFrame fr = new JFrame();
Piesiam p = new Piesiam();
fr.getContentPane().add(p);
fr.setSize(500,500);
fr.setVisible(true);
fr.addWindowListener(new WindowAdapter(){
public void windowClosing(WindowEvent e){
System.exit(0);
}
});
}
}

This post has been edited by hakeris4: 14 Apr, 2009 - 01:50 AM

User is offlineProfile CardPM
+Quote Post


pbl

RE: JAva Help

14 Apr, 2009 - 03:30 AM
Post #2

Java Lover
Group Icon

Joined: 6 Mar, 2008
Posts: 9,962



Thanked: 1187 times
Dream Kudos: 450
My Contributions
Have you read the "READ THIS FIRST" that was showed to you when you wrote this topic ?

Rule #4: use the [ code][ /code] tags
code.gif
Rule #5: give your topic a descriptive title
Naming a topic "Java Help" in a forum dedicated to provide help in Java is kind of really useless

Go back to your first post
Edit it (full Edit) abd correct those
User is online!Profile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 11/20/09 10:52PM

Live Java Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Java Tutorials

Reference Sheets

Java Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month