i m a begginer m making a GUI which consist of a slider and 2 radio button and a text message. i have not added the functionality in it yet. but its not displaying GUI
it completes successfuly but at runing time it gives error

Exception in thread "main" java.lang.IllegalArgumentException: invalid range properties
at javax.swing.DefaultBoundedRangeModel.<init>(Unknow n Source)
at javax.swing.JSlider.<init>(Unknown Source)♦

IllegalArgumentException: invalid range properties

You are creating the JSlider with incorrect values.
You will have to post your code if you want any more help.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.