Check out some similar questions!
Java if problem
[ 1 Answers ]
public class Employee { public void mainfnt(){ try{ System.out.println("Enter First Name: "); Scanner obj=new Scanner(System.in); String Fname=obj.nextLine(); System.out.println("Enter Last Name: "); String Lname=obj.nextLine(); ...
How do I fix LAN visibility problem?
[ 0 Answers ]
I am connected to LAN from my Laptop (Win7-64bit) via wifi. Problem 1: All networking functions OK via IP address but I cannot view the LAN (but sometimes the other computers appear) or connect via computer name (i.e: \\SERVER1 gives a timeout error, but \\192.168.102.55 connects directly)...
Java Swing Problem
[ 2 Answers ]
A JComboBox has constructors that can take a Vector or a ComboBoxModel. When I pass a DefaultComboBoxModel to it, and change the contents of the DefaultComboBoxModel, the drop-down list changes as expected. No problem. However, if I pass a Vector to it and change the contents of the... View more questions Search
Add your answer here.
|