hi all,
I've noticed that since the last update every time I run a sketch the following message is displayed:
" java_home: unrecognized option `--request' "
Although the sketch runs without problems I wonder what the reason is.
If anyone could provide an explanation I would greatly appreciate it.
PS. I'm not sure if I should be posting this question on this forum
I'm trying to get my head around inheritance. All goes well up to the point where I create an ArrayList of objects and need to provide the right argument(s) to get all of its members methods properly initiated.
The 'Bumper' class has the method separate. i don't know where i should be calling this method from and how to provide the ArrayList it is expecting. I'm assuming i should be doing it from the 'Universe' class, since the superclass of 'Bumper' is being called from there.
Hopefully the question and code are clear.
any comments/reference/help will be appreciated.
Thanks in advance
Came across a couple of examples where the class Float (not float) is used,
After reading the java reference for Float, I didn't quite understand why it is convenient to use it.
Could anyone pls provide a quick explanation and, if time allows, an example of when it may be handy to use it?