CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2000
    Location
    CA, USA
    Posts
    305

    Is there any spin control in Java?

    Hi all,
    I wanted to know if there is any class in
    Swing that simulates a spin control. VC++ has
    a class CSpinCtrl, but couldn't find anything
    in Java.

    Thanks
    Kannan



  2. #2
    Join Date
    Aug 1999
    Location
    San Diego
    Posts
    155

    Re: Is there any spin control in Java?

    There is no standard spin control in swing. There is, however, code at http://www.sys-con.com/java/index2.html under the Code Source in Issue 4, Volume 4.

    I think they're spin control (JSpinner) is excesively large, but if you want something quick.

    Hope it Helps...

    Dustin

    Remember to rate this if it helps.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured