We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34fdc10 commit b925422Copy full SHA for b925422
1 file changed
library/control_panel/control_panel.rb
@@ -1,10 +1,9 @@
1
+# frozen_string_literal: true
2
# Here's a little library for quickly hooking up controls to sketches.
3
# For messing with the parameters and such.
4
# These controls will set instance variables on the sketches.
-
5
# You can make sliders, checkboxes, buttons, and drop-down menus.
6
# (optionally) pass the range and default value.
7
8
module ControlPanel
9
# class used to create slider elements for control_panel
10
class Slider < javax.swing.JSlider
0 commit comments