0
cannot create an instance of an abstract class ScrollBar
5 Answers
0
U can't instance abstract classes
0
then how do you ues this class?
0
I don't know what language u r programming, but in abstract classes u should implement them, for ex:
Public class test implements ScrollBar{}
0
is test a class you made and can we implement classes that are already made in the api?
0
https://msdn.microsoft.com/pt-br/library/system.windows.forms.scrollbar(v=vs.110).aspx
This is a documentation of c#
And this is of a java
http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fswt%2Fwidgets%2FScrollable.html
If u can, put your code here =)