-
The System class is very often used in editing such as in "System.out.println()". However, BlueJ doesn't offer a suggestion for autocompletion (a/c) on the System class, nor any other classes when the…
-
```
java.util.ConcurrentModificationException
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1043)
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:997)
at e…
-
Found that both the BlueJ App Configurator and the BlueJ Web based Configurator will not allow you to flash BlueJ ESC on my motors that have JFLIGHT 3.2 flashed.
I tried to use the BlueJ Web Based …
-
https://github.com/BNU-CO452/bluej-apps21-EnochKrzok/blob/78f626e8786c6c627943f6e343ad62f55d0063b0/IJ-App06-Zuul/src/CommandReader.java#L43
-
Is there a possibility to add a toggle that lets you highlight only the last block you are working on?
Personally, I think that the rest of the lines are distracting. I would like to focus only on wh…
ghost updated
2 years ago
-
https://github.com/BNU-CO452/bluej-apps21-YoussefEl-Guoshi18/blob/b81751265f0cb0af5dae884ccf7d53d825a11dc2/app216-zuul/BattleCommand.java#L31
-
https://github.com/BNU-CO452/bluej-apps21-YoussefEl-Guoshi18/blob/b81751265f0cb0af5dae884ccf7d53d825a11dc2/app216-zuul/UseCommand.java#L36
-
https://github.com/BNU-CO452/bluej-apps21-YoussefEl-Guoshi18/blob/b81751265f0cb0af5dae884ccf7d53d825a11dc2/app216-zuul/BattleCommand.java#L33
-
https://github.com/BNU-CO452/bluej-apps21-YoussefEl-Guoshi18/blob/b81751265f0cb0af5dae884ccf7d53d825a11dc2/app216-zuul/TakeCommand.java#L43-L49
-
https://github.com/BNU-CO452/bluej-apps21-YoussefEl-Guoshi18/blob/b81751265f0cb0af5dae884ccf7d53d825a11dc2/app216-zuul/Game.java#L50-L52