School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!
Welcome to Dream.In.Code
Become an Expert!

Join 340,098 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 4,831 people online right now. Registration is fast and FREE... Join Now!



JAva help

JAva help Have to write a software Rate Topic: -----

#1 hakeris4  Icon User is offline

  • New D.I.C Head
  • Pip
  • Group: New Members
  • Posts: 1
  • Joined: 30-March 09


Dream Kudos: 0

Posted 14 April 2009 - 01:49 AM

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 April 2009 - 01:50 AM

Was This Post Helpful? 0
  • +
  • -


#2 pbl  Icon User is offline

  • Java Lover
  • Icon
  • Group: Mentors
  • Posts: 11,168
  • Joined: 06-March 08


Dream Kudos: 475

Posted 14 April 2009 - 03:30 AM

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:
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
Was This Post Helpful? 0
  • +
  • -



Fast Reply

  

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



Live Help!

Be Social

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

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month