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 6 years ago.
Improve this question
I am using Java and would like to download the names of celebrities to my labels/textviews and then download the image to imageView.
How can I do this with JSOUP? I tried searching, but always something with javascript, not my goal?
Related
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 6 days ago.
Improve this question
I want to add a costume frame to my avatar profile, how do I do that?
examples:
link
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 3 years ago.
Improve this question
I want to make a design as given below using android tab layoutenter image description here
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
Java eclipse: I want to open the form as shown below
http://i.stack.imgur.com/U0wT5.png
You want to make your program look like that? With tabs? If that's the case, use a tabbed pane.
link: https://docs.oracle.com/javase/tutorial/uiswing/components/tabbedpane.html
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 want to show like ..i have taken one string vale="D://App//Test"
and this path have to make as Link.if i click on this this window path wil open.How to do.Can you please suggest me.
Using java.nio.file:
Paths.get("D://App//Test").toRealPath().toUri().toURL();
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 7 years ago.
Improve this question
can any one give me best example to split mp3 file using java or android