Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. First, thank you :)
  2.  
  3. My Problem:
  4. I am trying to import a class file for uni. It's a grid which we have to use in order to do some simple calculation operations in a more visible way. We are not allowed to write our own therefore I cant just dodge the struggle of importing the file.
  5.  
  6. For some reason even though the file is clearly in my folder it does not work. I do not get an error on: "import dame.grid.*;",
  7. but I get an error on every instance of "Grid myGrid = new Grid();" or all other commands involving the class.Therefore its either not really there or Im doing something very wrong.
  8. https://imgur.com/a/X2SPlIA : Picture of how the imported file looks in the file manager (so you can see its actually there at least in the GUI)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement