- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 4
- Posts with Downvotes
- 3
- Downvoting Members
- 4
An easy going chap!
53 Posted Topics
Re: Check C2J on this link: [URL="http://download.cnet.com/C-To-Java-Converter/3000-2213_4-10080009.html"]download.cnet.com/C-To-Java-Converter/3000-2213_4-10080009.html [/URL] | |
Anyone to get me into this topic i want to get to know these. | |
Hello im new on the linux here, i need help, i want to know how to start and deply the following on linux: ftp server. webserver samba server | |
Re: have you researched further,where exactly do you lack? post any code snippet you have done so far! Cheers! | |
Guys im using the above machine, just bought it from an auction sale, i installed windows 7, bt the is no sound, i researched on the internet and the possible sound drivers is sound Max but it dont work if i update on the internet, nothing is installed what might … | |
my compaq pc cant install sound drivers and i bought a new pCI sound card but the card also fail to install drivers, what can be the possible soluyion. | |
My Hardrive just lost the file system and now its not accessible, its Raw if i view it in Computer management , how can i correct this or restore the NTFS file system because it have a lot of data. Any help? | |
Re: why not take a certification in Linux + first so you can learn all the basics of linux | |
Re: Adobe Media Encoder, usually comes with the CS range packages when you install Adobe Flash | |
Re: then post some code snippets exactly where u are stuck, and where where u wish we can help u imporove it, i have developed a very interactive java calc, so do dat we are at ur service. | |
i jst switches off my pc , then after some hours, i turned it on but there is no display on monitor, but when i connects the monitor cable direct to onboard display it works fine though gamma is incorrect, what might be the problem with my card, an Nvidia … | |
Re: "I survived the DANIWEB Challenge" | |
Re: Ur program is not an applet, extends it as below. if the error message is applet not initialized, include the following in your coding: [CODE]payslip extends JApplet; payslip.init();[/CODE] | |
Hello i am new to php, i have been practising it for a while now can any one give me a way to code a simple online test in php5, i have created forms i Dreamweaver using radiobtns for answers, now i want the codes to handle it as follows; … | |
Im to develop a payroll calculating system using abstract classes and implementing polymorphism, With respect to inheritance of super class Employee by sub classes. i dont know how to start implementing it on GUI, bt its okay on cmd. Any help either with sample code is highly appreciated. cretaros. ![]() | |
How to i implement loops to print the initialised word as foloows: Thanx in advance. p pr pro prog progr progra program programm programmi programmin programming programmin programmi programm program progra progr prog pro pr p | |
![]() | Re: what if you put all ur connection codes jst below ur global variables, then every time acoonection is reuired u call the conection object. ![]() |
| |
![]() | Re: Why dont you group them using tabbedPanes, whereby you will have absratc or innerclasses, therefore you will only have one .java containing all classes you have. follow this link and see an example of what im saying: [URL="http://www.beginner-java-tutorial.com/jtabbedpane.html"]http://www.beginner-java-tutorial.com/jtabbedpane.html[/URL] ![]() |
i have encrypted some login credentials in mysql database using md5, now i want what i input as login credentials to be encrypted automatically to ease comparison with the encryption in database: This is how far i have done, no errors bt i cant login anymore [CODE]try { Class.forName("com.mysql.jdbc.Driver"); Connection … | |
Here; is my scenario; A prisoner is admitted in a prison at this date:: [B]2011-05-05[/B], he was sentenced for [B]5 years[/B] so how do i calculate date additions so the results give me [B]2016-05-05[/B], as this is the exact date he is to be released from prison. the addition should … | |
I want to dump or backup a mysql database on button click, i have the following logic, no errors bt it cant execute, can anyone help me in identifying the error. the code as follows: [CODE] try { String dbName = "xxx"; String dbUser = "root"; String dbPass = ""; … | |
Re: also try to extends ur current class(subclass), with the class concerned(superclass), and see if you cannot solve it, i suggest you research much on inheritence. | |
Re: what compiler are u using, jGrasp, JCreator or netbeans, etc | |
Re: Yah /**com.mysql.jdbc.Driver**/ is an exception you get if there are no mySql driver configured: download mysql driver type 4, copy and paste the .jar file as the vaiable name below specifies. go to my computer and right click properties , check enviroment variable and click new. Variable name : CLASSPATH … | |
Re: Research deeply on Focus Listeners and mouse Listeners. check sun oracle.com for tutorials | |
Re: I use windows 7 built in app for burning ISO, it is very, its jst click the image and click burn, its cool. | |
Re: combine html, javascript and jsp & myQl db | |
Re: il recommend u to use type 4, for mySql db: [CODE] Class.forName("com.mysql.jdbc.Driver"); Connection con=DriverManager.getConnection("jdbc:mysql://localhost:3306/bike","scott","tiger"); [/CODE] you can downloads wamp server to manage yur db, then configure mySql connector, check [URL="http://www.mysql.com/products/connector/"]http://www.mysql.com/products/connector/[/URL] | |
Re: it is possible: use the syntax below in the main;;;;) [CODE]frame.setUndecorated(true);[/CODE] this will remove what u a talking about. | |
Re: Currently versions of jGrasp have no GUI generators, u write the code from start: import java.awt.*; import javax.swing.*; and so on ....... | |
i managed to encrypt a password in wampserver but i also want to implement the same code in the login frame code so it can also encrypt what i have type so it became easy to be compared with the encryption in database, how to i embedd the code in … | |
where can i find nvidia drivers suitable for Fedora 13 or 14 Distro's | |
Re: also implement a loop if that operation is to keep on being repeated | |
Re: also check some tutorials on [URL="deitel.com"]deitel.com[/URL]. Also simple google them, thousand links will be helpful. gud luck! | |
Hey guys im using Ms Visual C++ Compiler, im encountering this error bt i cant manage to solve it, pliz help. Attached pliz find the source code Error : 1>c:\users\h\desktop\wautil\wautil\wautil.cpp(23) : error C2144: syntax error : 'int' should be preceded by ':' 1>c:\users\h\desktop\wautil\wautil\wautil.cpp(33) : error C2144: syntax error : 'double' … | |
How do you implement in java to select only data from a Column i a database using java | |
Re: jon.kiparsky suggest you put the main jst b4 the last brace of the class as follows | |
Can someone help me in implementing a JDate picker without using packages, whereby will click the calender icon and the calender will appear. | |
Re: try this syntax: try { .....put ur code here.. } catch(Exception ex) { System.out.println("Error is:" + ex) } | |
Is there any methods that in java can make or prevent its window frames from being moved or being dragged, like those in windows 7 installations. post it guys if any and it will help others too! thanx in advance. | |
Re: my dear the "select" is the one that will always be visible to the user to select an item okay. it will be on index 0; so declare it as follws: String[] jbItems = {"---Select---","A","BC","D","E"} JcomboBox jb = new JCombobox(jbItems); add(jb); using the method setSelectedIndex(0); will return the select being … | |
i have tried adding scrollpanes to the Textare but to no avail it cant Appear. i have initialised some text and added it ot the Textarea bt it dosent work. Help me solve it lifesavers! [CODE] import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.event.*; import java.lang.Object.*; import javax.swing.border.*; import java.awt.Toolkit; … | |
Help me in correctinf the errror i encounter here, i want the image file i have selected using Jfilechooser to be set on the image panel. i tried this but it failed: picthandler.setImageIcon(file); Here is the class Code , i have commented exaclty whr i want the bug to be … | |
Hey gus can one demontstrate to me a simple way of loading a picture into a panel using JFilechooser. | |
Re: Like girola said: --->You can have your class implement ActionListener. e.g public class myclass extends JFrame implements actionListener { button1.addActionListener(this); } or dont implement action Listener Call the: ButtonHandler handler = new Button Handler(); class button1.addActionListener(handler); to call another class call its main | |
Hey Lifesavers! How can i dispose the current frame holding the combobox on item selection to navigate to the next frame. The dispose(); method does not dispose the Main class, when i select supplier item onthe combo list. how can i reolve this; sample code from the sodes is below. … |
The End.