Skip to content

Commit b925422

Browse files
authored
Update control_panel.rb
1 parent 34fdc10 commit b925422

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

library/control_panel/control_panel.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1+
# frozen_string_literal: true
12
# Here's a little library for quickly hooking up controls to sketches.
23
# For messing with the parameters and such.
34
# These controls will set instance variables on the sketches.
4-
55
# You can make sliders, checkboxes, buttons, and drop-down menus.
66
# (optionally) pass the range and default value.
7-
87
module ControlPanel
98
# class used to create slider elements for control_panel
109
class Slider < javax.swing.JSlider

0 commit comments

Comments
 (0)