Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sophie24
  • Content: Threads
  • Order by date
  1. sophie24

    Webpage-design (with swing) .. where do I start ?

    I want create a webpage with swing objects. Therefore i have learned HTML and some Java basics. Getting some data from the database and show them in a html page isnt a problem, but i dont know how to design a site like this: on the top of the page is a table with selected database objects (a...
  2. sophie24

    2 files in the same folder .. could compile only 1 of them ..

    i have some code in the main class A and some in another class B. i compile class B with no problems, but if i try to compile the main class A, which has objects and methods referenced to the class B, i get allways an error. i think that i have set the path and classpath correctly and both files...
  3. sophie24

    strange .. couldnt find classes on the same folder of main-class

    i have some code like this: public class Car { private static double sprit = 0.0; private Motor motor = new Motor(); public boolean isReserve = true; public Car() { sprit = sprit; } public void drive() { motor.drive(); } public void tankup(double sprit) {...
  4. sophie24

    How DENY an adress(+name, i.e everything from microsoft..)

    I want deny acces from the firewall everything which has something to do with a 'speciefied name' is it possible to configure the firewall with a wordfile or little appended program? i.e access from or to - 'microsoft', - '.bxo or .bzo', - '999.999.999.99', - 'bullsocks', - 'xyz'...
  5. sophie24

    Ugly white lines between frames in a framset ..

    I have a html code like bottom and have white lines between the frames in the frameset. Can anyone help me to solve this ugly problem ? Thanks <HTML> <HEAD> </HEAD> <FRAMESET rows=&quot;100,200&quot;> <FRAME src=&quot;frame1.html&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot;>...
  6. sophie24

    Simple Routing problem on Suse Linux 7.3

    Hello I have a Linux Computer (PC A) and 2 NT Computers (PC B+C). Additionally i have a 56k modem installed and configured Samba on Linux and all Computers are connected well in the network. PC A: IP 192.168.0.3 Subnetmask 255.255.255.0 (Routing PC) (IP-Forwarding = Yes) PC B: IP...

Part and Inventory Search

Back
Top