Click here to Skip to main content
15,890,982 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a problem of coding for the forward and previous buttons without introducing the new form as next
Posted

1 solution

1. Create a JFrame
2. Add a scrollpane in JFrame
3. Add Next and Back button in JFrame
3. Create JPanels and keep them in list
4. On next button click ,pick one panel from list and add to scrollpane.
 
Share this answer
 
v2
Comments
hatasi 7-Mar-13 7:54am    
is it JFrame or JRame?
Shubhashish_Mandal 7-Mar-13 8:00am    
sorry, its JFrame
hatasi 7-Mar-13 8:01am    
thank u

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900