Questions tagged [steelseries]

SteelSeries is an open source Java Swing library for linear and radial analog gauges.

SteelSeries is an open source Java Swing component library for linear and radial analog gauges. The project was hosted here, but it now resides here. It relies on the trident animation library.

8 questions
1
vote
2 answers

How to integrate steelseries in Angular project?

I am trying to integrate steelseries in an Angular project. Following their example, my code looks like this: app.component.html:
Ionut
  • 724
  • 2
  • 9
  • 25
1
vote
0 answers

Java Swing Steelseries: Cannot update Radial gauge value

I don't know why the updateMeter() method in my code currently doesn't work, it calls gauge.setValueAnimated(x), the x value changes, but no changes of the gauge? Can anyone show me how can I update the value of the gauge constantly? Here is the my…
xiaoxue
  • 33
  • 2
1
vote
1 answer

Loading Steelseries JAR file to Swing palette

I just started using NetBeans for a project of mine, and I needed a gauge in my GUI. I came across the Steelseries which looks really promising, and downloaded this JAR file: http://www.java2s.com/Code/Jar/s/DownloadSteelSeries3926jar.htm I created…
Evo
  • 13
  • 6
1
vote
1 answer

DisplaySingle.setLcdValueFont has no effect in SteelSeries

I am using SteelSeries gauge Java library. In my code DisplaySingle.setLcdValueFont() has no effect: no matter what font I set, the default font is always used. Has anyone managed to make setLcdValueFont work? Details: I use DisplaySingle in the…
3.1415
  • 11
  • 1
1
vote
1 answer

How do I add SteelSeries javadoc in Netbeans?

I am having trouble getting the steelseries javadoc to work in Netbeans. This is the URL https://dl-web.dropbox.com/u/84552/SteelSeries3/apidocs/index.html but I cannot seem to get it to play ball. Have I missed something obvious? Thank you
TheRealJimShady
  • 3,815
  • 4
  • 21
  • 40
0
votes
0 answers

0D(zero D) error code on Asrock Steel Legend B550 with Ryzen 5600G

I was getting 0D error on my MB. During troubleshooting both MB and processor got damaged so now MB is repaired from OEM and got a brand new processor but still i'm getting same 0D error while starting CPU. I researched a little bit and it seems…
saurabh
  • 21
  • 3
0
votes
1 answer

Netbean does not find library

I've added jar file but it seems the IDE did not find it. Got any idea?
Forrest
  • 723
  • 2
  • 8
  • 24
0
votes
1 answer

Java SteelSeries Library step by step guide

I've developed an arduino project for weather measurements and i used visual basic for the gui. Everything works fine with gauges , db connection and other things! Now i want to try my lack and write the same thing in java. I've written a small gui…
user3572380
  • 81
  • 3
  • 9