Rating Bar widget Java [closed] - java

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
Do you a widget or a way to have a rating bar in java like android ? I'm using gtk3. I can create a radiobutton group which is quite similar but not the same visualy.

You can change the image of radiobutton with drawables.
Possible solution

Related

Android: crashed when EditText Material is empty [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
Iam trying to put the code here but the site keep giving me error
So here is it
https://github.com/C9nc/Empty-EditText/blob/main/EditTextCheck
You have initialised the buttons and edittexts even before you have called the content view !
Initialisation should be done after setContentView();

How to select multiple list items in Android? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
How to select multiple list item in Android?
Which code do I use? If this code is right then what is next?
Use Multiple select adapter in list view you can find many library
like ManuelPeinado/MultiChoiceAdapter

Change pivot point for Activity Dynamically [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
How can I change pivot point for overridePendingTransition Xml dynamically?
a.overridePendingTransition(R.anim.unzoom_in, R.anim.unzoom_in);
I have to change pivot point for unzoom_in.xml but dynamically. Please help ..!! Thanks in advance..!!

Java swing - button's note when the mouse touches it [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am trying to add a kind of label when the mouse touches a button, I used Jlabel but i failed to create it.
Can you help me?
Use setToolTipText with Button.
button.setToolTipText("Click me");
Look at this tutorial.

Listview in Java [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I need to make a listview like the pic shows, but in Java.
E.G. from Delphi Listview
I've tried to use JList but it didn't work quite right, I couldn't make columns, just rows. Could someone help me?
Try using JTable and do your own research for how to use JTable.

Categories

Resources