Search:

Type: Posts; User: Joe4296

Search: Search took 0.08 seconds.

  1. Thread: Help with task

    by Joe4296
    Replies
    5
    Views
    1,251

    Re: Help with task

    That just tickles me the wrong way, is this for school? Shouldnt you be writing the code?
  2. Replies
    18
    Views
    1,264

    Re: Uknown Variable Error

    So I changed my JFrame to a JPanel as suggested and it did not throw any errors but it also does not show up in the JSplitPane. Also, the JTable is still giving me the error "Adding a window to a...
  3. Replies
    18
    Views
    1,264

    Re: Uknown Variable Error

    I'm at a loss right now, based on your post, I would have to change my two classes, "Frame" and "Table" to be able to add them to my SplitPane without getting an error. My question is, how do you do...
  4. Replies
    18
    Views
    1,264

    Re: Uknown Variable Error

    I'm sorry too post this much, I'm just trying to write this program for my schools Robotics team. I have reworked the code and taken out any need to export any data to excel, word, or notepad and...
  5. Replies
    18
    Views
    1,264

    Re: Uknown Variable Error

    So I have fixed my code and it does exactly what I want, and I believe it is optimized, but you all can be the judge of that. The next part I need to work on is now implementing Excel, as a...
  6. Replies
    18
    Views
    1,264

    Re: Uknown Variable Error

    I took your advice and I started re-writing the code, no Excel for now, just building a foundation, but I have run into a small error... When the user is prompt to log in, I have it set up to catch...
  7. Replies
    18
    Views
    1,264

    Re: Uknown Variable Error

    Alright thanks, I'll will go scour the web for tutorials now.
  8. Replies
    18
    Views
    1,264

    Re: Uknown Variable Error

    I checked through everything and could not find a solution, is there a way I could create the JFrame and the "Write to Excel" two different classes and then port the button functions over? I'm new at...
  9. Replies
    18
    Views
    1,264

    Re: Uknown Variable Error

    What would you recommend me doing then?
  10. Replies
    18
    Views
    1,264

    Re: Uknown Variable Error

    When making it final, I get a new error for all three lines containing "sheet" that state "cannot refer to the non-final local variable sheet defined in an enclosing scope"



    The error occurs on...
  11. Replies
    18
    Views
    1,264

    Uknown Variable Error

    Hi all, I am trying to use a JFrame to open up extra windows that will prompt the user the Log In or Out, but I am getting an error with one of my variables that writes to Excel. If someone could...
  12. [SOLVED] Re: incompatible types: void cannot be converted to int

    It works? Nice, what was this program for might I ask?
  13. [SOLVED] Re: incompatible types: void cannot be converted to int

    One of the problems is the actual line JOptionPane.showMessageDialog(null, "Enter Your Age""); you close it with a double "", one should be removed, secondly, if you want someone to type in their...
  14. [SOLVED] Re: incompatible types: void cannot be converted to int

    are you getting an error with "int user;" because I'm fairly certain you should be... Try a variable, for instance:
    String x = JOptionPane.showMessageDialog(null, "Enter Your Age"");
    ...
  15. Replies
    1
    Views
    778

    Writing to Excel

    I'm having trouble writing to an Excel document using jexcelapi. What I'm trying to do is write a program that has users put in their name and ID and this, along with the date and time is...
Results 1 to 15 of 15