|
Re: Porting to Java: enums, clocks, and multi-files
Quote:
Originally Posted by LukeS
enums:
sunspotfrcsdk/lib/WPILibJ/enum.txt:
...
WPILIB uses this method throughout, and I used it in our bot.
Classes in one file:
Don't. Trust me, I know where you're coming from, I was there once. You're trying to program in some other language. Wrap your mind around Java, and then, this will seem stupid.
However, you may be interested to know that you can define sub-classes, which are all in the same file.
|
I saw the WPILib enums, but was hoping there was something else.
Ok, how would one make a jar/zip/dll/whateverstaticlibrarysarecalledinjava to house multiple classes in netbeans then? I'm going for the fewest files possible
__________________
Bubble Wrap: programmers rewards
Watchdog.Kill();
printf("Watchdog is Dead, Celebrate!");
How to make a self aware robot: while (∞) cout<<(sqrt(-∞)/-0);
Previously FRC 451 (The Cat Attack)
Now part of the class of 2016 at WPI & helping on WPILib
|