Thread: i need help declaring something

Results 1 to 5 of 5
  1. #1 if i can get this to work i will give grandexchange 
    Certified Stoner

    demon dylan001's Avatar
    Join Date
    Feb 2009
    Age
    28
    Posts
    1,134
    Thanks given
    77
    Thanks received
    96
    Rep Power
    509
    ok i did a tutorial on grandexchange well... i need to find how to declare this
    ... no credits go to me
    Object obj = null;
    boolean flag1 = false;
    boolean flag2 = false;
    try
    {
    bufferedreader = new BufferedReader(new FileReader("./GrandExchange.txt"));
    flag1 = true;
    }
    catch(FileNotFoundException filenotfoundexception) { }
    if(flag1 && flag2)
    {
    File file = new File("./GrandExchange.txt");
    File file1 = new File("./GrandExchange.txt");
    if(file.lastModified() < file1.lastModified())
    {
    bufferedreader = obj;
    }
    } else
    its talks about bufferedreader = obj;

    its sas incompatible types

    required java.io.bufferedreader
    wat should i do
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Jan 2008
    Posts
    1,328
    Thanks given
    14
    Thanks received
    19
    Rep Power
    416
    what tut you use?
    Reply With Quote  
     

  3. #3  
    Certified Stoner

    demon dylan001's Avatar
    Join Date
    Feb 2009
    Age
    28
    Posts
    1,134
    Thanks given
    77
    Thanks received
    96
    Rep Power
    509
    its in tutorials name is grandexchange its for 317s
    Reply With Quote  
     

  4. #4  
    Registered Member
    killamess's Avatar
    Join Date
    Dec 2007
    Age
    33
    Posts
    1,508
    Thanks given
    51
    Thanks received
    284
    Rep Power
    1956
    well assuming you're using Deltascape, i would say this just goes into your clickingmost file.


    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Nov 2008
    Age
    29
    Posts
    994
    Thanks given
    1
    Thanks received
    3
    Rep Power
    104
    Question he was asking
    how would i declare mightbuy, public boolean public int how?
    it would be the int

    public int mightbuy;
    Develop VR games in Unity now
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •