CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: animatinator

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,119

    Re: Just a bit of help

    Your method signatures for getNumAccidents and findLowest don't match the description given - getNumAccidents should take one string name for a region and then ask the user for the number of...
  2. Thread: Code Help

    by animatinator
    Replies
    3
    Views
    1,725

    Re: Code Help

    What problems have you been having? You should be able to just create one and call fc.showSaveDialog(this), then you can get the file the user selected with fc.getSelectedFile().
  3. Re: Finding and Moving a character in a 2D Array

    I think first of all it would be easier if you just stored the character's co-ordinates so that you didn't have to search for the 'P' every time - will save a lot of effort and probably simplify some...
  4. Thread: Code Help

    by animatinator
    Replies
    3
    Views
    1,725

    Re: Code Help

    For the 'save as' dialog, you can use a JFileChooser - see http://docs.oracle.com/javase/tutorial/uiswing/components/filechooser.html for the details. Then you'll just need to make your JavaEdit...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured