Search:

Type: Posts; User: p0oint

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    1,343

    Re: i/o classes question

    Hello!

    FileInputStream in4=new FileInputStream("Data.txt"); //before bolded part


    I put my code in [cоde][/cоde] таг.

    The input file is "Data.txt"
  2. Replies
    4
    Views
    1,343

    i/o classes question

    /*

    package IOStreamDemo;
    import java.io.*;

    public class IOStreamDemo{


    public static void main(String[] args) throws IOException {
    // TODO code application logic here
  3. Replies
    5
    Views
    4,446

    Re: Timer class countdown

    Thank you. I understand now what really is.

    So it is like


    class Anonymous implements ActionListener
    {
    public void actionPerformed(ActionEvent e) {
    System.out.println("Counter = " +...
  4. Replies
    5
    Views
    4,446

    Re: Timer class countdown

    Thanks. Is it a short way of writing class a implements ActionListener ?

    But how can you define class into constructor?
  5. Replies
    5
    Views
    4,446

    Timer class countdown

    Hello!

    I got the following code:



    import javax.swing.JFrame;
    import javax.swing.Timer;

    class MainClass extends JFrame {
  6. Replies
    132
    Views
    73,627

    Sticky: Re: 500 Ways to Print 1 to 10

    #45



    int i=40;
    do
    {
    System.out.println((i%40+1));
    i++;
    }while(i<50);
  7. Re: What is the best SDK for creating new Android applications?

    Thanks for the tutorial, it's very easy to follow.

    I have more questions, like how will I do the visual stuff ? I mean can I use the Swing package so that I can use the JFrame and JPanel? Do I...
  8. What is the best SDK for creating new Android applications?

    Hello!

    I have heard of Titanium SDK, but I've never try it. Now there is new challenge for creating Android applications in my country so I want to give it a try. I am good at structured...
  9. Thread: hola!

    by p0oint
    Replies
    4
    Views
    1,623

    Re: hola!

    Thanks for the nice words.

    I got one question? I see threads 1 week old, where are all the people? Why they do not post new threads every day? Are they on summer vacation? :-??

    Regards.
  10. Thread: hola!

    by p0oint
    Replies
    4
    Views
    1,623

    hola!

    Hello I am p0oint and I am junior java programmer and senior c++ programmer. :-bd

    I am new member of this forum so wish me luck!

    Regards.
    8->
Results 1 to 10 of 10