Posts by Marcelo Viana • 95 points
3 posts
-
2
votes1
answer227
viewsQ: When I run the client, the server shuts down, why?
Once I run a Client the Server connection terminates. The while block of the run() method of the Attendant Class does not run. I did a test and the attribute running is true. I can’t understand what…
-
4
votes1
answer286
viewsQ: Applet does not run in browser
Do not run Applet. Just give this return. This is my java class. public class SiteSelector extends JApplet { private HashMap<String, URL> sites; // nomes e URLs de site private…
-
3
votes1
answer198
viewsQ: Only the first checkbox is set from a listview by clicking anywhere in the item
good morning. I’m new to the forum and beginner to android. I created a Listview through a Base Adapter, with selectable checkbox, so far so good. But when I click anywhere on any item, only the…
androidasked Marcelo Viana 95