Helge Stenström

Results 60 comments of Helge Stenström

So if I understand it correctly, when you do changes in a library that XR3Player depends on, for the sake of XR3Player, your pom.xml file is somewhat different than the...

It's true because of line 835. else if (key.isControlDown()) { // Short Cuts

I know very little about canvas usage. In my own little project I started to use it only recently. A few days ago I learnt how to draw lines an...

Some random thoughts: What is controlling the visualizer updating frequency? One or more AnimationTimers, perhaps? Is there too much work that has to be done in one update cycle (for...

Why do you want Java 13?

Most of my findings are from IntelliJ’s code analysis.

I probably can’t do any coding until August. I leave this to you.

I have no experience with that, and I don't know why a built in web-browser is needed in this application. Sorry.

I only intended to unassign myself. I know nothing about logo design.

Look at the constructors for these classes: ```java public Polyspiral(final VisualizerDrawer visualizerDrawer) { this.visualizerDrawer = visualizerDrawer; } ``` ```java public Oscilloscope(VisualizerDrawer visualizerDrawer) { this.visualizerDrawer = visualizerDrawer; } ``` and the...