Search:

Type: Posts; User: n00b

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    1,342

    Re: Importing images in Programs

    OK got it thanks buddy :)
  2. Replies
    6
    Views
    1,342

    Re: Importing images in Programs

    i meant to say displaying image of image files in Terminal window or JFrame...
  3. Replies
    6
    Views
    1,342

    Re: Importing images in Programs

    Actually i meant to say that if we can display picture files in output of java program
  4. Replies
    6
    Views
    1,342

    Importing images in Programs

    hello everybody
    i wanted to know if we can import images in java or not
    if we can , i want its tutorial
    please
    Regards
  5. Replies
    4
    Views
    1,280

    Re: need help with this new problem

    Oops sorry about it , will remember it :o
    Thank you for the help
  6. Replies
    4
    Views
    1,280

    Re: need help with this new problem

    I already know that but i want a chatbox-like layout which is not there please can ugive me the code for it please
  7. Replies
    4
    Views
    1,280

    need help with this new problem

    actually i hav been posting a question about JTextField which no buddy hav yet understood... :(
    but i now i have image about my problem
    actually i want my display to be this (don't car about...
  8. Thread: Make a JTextField

    by n00b
    Replies
    4
    Views
    1,579

    Re: Make a JTextField

    Thnx Meathead and KevinWorkmen
  9. Thread: Make a JTextField

    by n00b
    Replies
    4
    Views
    1,579

    Re: Make a JTextField

    @meathead here is the whole program :-

    public class TextField1 extends JApplet implements ActionListener
    {
    JTextField Input;
    JTextField Echo;
    public JFrame Panel = new...
  10. Thread: Make a JTextField

    by n00b
    Replies
    4
    Views
    1,579

    Make a JTextField

    I wanted know how to make a JTextField text box with dimensions - length 100 and Width 20
    here is the code of the JTextField text box i made:-

    Echo = new JTextField(20);
    the 20 written is the...
  11. Replies
    7
    Views
    1,574

    Re: Need help int JTextField

    lol...Yea you finally understood me :P
    but it was not exactly what i wanted but i got some help and got the solution thanks
  12. Replies
    7
    Views
    1,574

    Re: Need help int JTextField

    i m not that n00b lolz :rolleyes:
    but when i increase the value,the width of the textbox increases but length remains the same :(
  13. Replies
    7
    Views
    1,574

    Re: Need help int JTextField

    i meant to say to change the length of the text box created with JTextField (Echo)


    Echo = new JTextField ("", 20);
  14. Replies
    7
    Views
    1,574

    Need help in JTextField

    ok i just created a text box with JTextField
    here is the code:-

    public class TextField1 extends JApplet implements ActionListener
    {
    JTextField Input;
    JTextField Echo;

    ...
  15. Replies
    3
    Views
    1,518

    Re: Unable to draw a rectangle

    OK this problem is solved now
    i used other method to make the rectangle.
    Thnx anyway...
  16. Replies
    3
    Views
    1,518

    Unable to draw a rectangle

    here is the simple test code :-


    import java.awt.Graphics;
    import java.awt.geom.*;

    public class test
    {
    Graphics g;
    public void blah()
  17. Re: How to create Rectangle and fill colors in JFrame window ?

    Thanks alot copeg... :o
  18. How to create Rectangle and fill colors in JFrame window ?

    The title says it all . i want to make a Rectangle Box in JFrame and fill colors in it And also the colors available to be filled in that rectangle.
    I want some Short and Easy method method
    Thank...
  19. Replies
    1
    Views
    1,170

    I have a logical error

    Hello i wanted to ask for help .
    here is my program :-


    import java.awt.Graphics;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.util.Scanner;
Results 1 to 19 of 19