Forum: Java Sep 27th, 2009 |
| Replies: 14 Views: 400 Ok .. i badly need help ! |
Forum: Java Sep 27th, 2009 |
| Replies: 14 Views: 400 This is a cleaned up version of my java Code.... :( i am lost !
import java.awt.BorderLayout;
import javax.swing.JFrame;
import javax.swing.JTree;
import java.awt.Rectangle;
import... |
Forum: Java Sep 27th, 2009 |
| Replies: 14 Views: 400 import java.awt.BorderLayout;
import javax.swing.JFrame;
import javax.swing.JButton;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JTree;
import... |
Forum: Java Sep 27th, 2009 |
| Replies: 14 Views: 400 i did.. if you my code above, i have followed each and every step of what you have said .. :( |
Forum: Java Sep 27th, 2009 |
| Replies: 14 Views: 400 I added this to the top of my code
public class Frame1 extends JFrame {
BorderLayout borderLayout1 = new BorderLayout();
JButton jButton1 = new JButton();
String h[]=... |
Forum: Java Sep 27th, 2009 |
| Replies: 14 Views: 400 I have created the tree, and the scrol Panel as seen in my code.and then added the scrolPane to my Frame .....
But theres no output as such. could some one help .. |
Forum: Java Sep 27th, 2009 |
| Replies: 14 Views: 400 But It doesn't work in my application. i am using JBuilder as my IDE. could you help me add the code to my application, ?? |
Forum: Java Sep 27th, 2009 |
| Replies: 14 Views: 400 i need to a Scroll bar or JScrollPane to My Jtree... I have googled and gone through several examples, but non seemed to have worked...
Please can some one help me to solve this problem .. I... |
Forum: C# Jul 23rd, 2009 |
| Replies: 2 Views: 389 This is a similar project try to learn it and then modify so it suits your requirements
http://www.codersource.net/asp_net_datagrid_part1_azam.html |
Forum: Java Jun 22nd, 2009 |
| Replies: 1 Views: 249 The code found below takes command lines arguiments and displays. I want to modify this code in anyway that it would take 2 set of command line arguiments and produces 2 outputs. (That means , Open 2... |
Forum: Java Jun 20th, 2009 |
| Replies: 6 Views: 432 Since you are new to Java, its better if you use Netbeans or JBuilder, you simply have to drag and drop the Swing components and, Database connectivity is also fairly simple. |
Forum: Java Jun 20th, 2009 |
| Replies: 0 Views: 192 I need to Stream Live Audio and Video, i went through a web site, and it gives a code,
http://www.cs.odu.edu/~cs778/spring04/lectures/jmfsolutions/examplesindex.html#transmitboth
in this, i... |
Forum: Java Jun 15th, 2009 |
| Replies: 1 Views: 364 1.) I want to stream Live Audio, and i have chosen JMF to do it, i am an absolute beginner to JMF, so can anyone help me by providing me with some easy to understand Source codes of a Live... |
Forum: Java Jun 9th, 2009 |
| Replies: 7 Views: 1,048 String sqll ="UPDATE Patient_Comp SET taken='Taken' WHERE ID="+x ;
int rs = stmt.executeUpdate(sqll);
thanks guys it worked !!! |
Forum: Java Jun 9th, 2009 |
| Replies: 7 Views: 1,048 Then how can i update ?? what will be the java code for update |
Forum: Java Jun 9th, 2009 |
| Replies: 7 Views: 1,048 java.sql.SQLException: No ResultSet was produced
at sun.jdbc.odbc.JdbcOdbcStatement.executeQuery(JdbcOdbcStatement.java:259)
at shanesmed.DocDisplay.jButton2_actionPerformed(DocDisplay.java:150)... |
Forum: Java Jun 8th, 2009 |
| Replies: 7 Views: 1,048 try {
//1.Load the database Driver class
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
//2.Make a connection to the database
Connection conn =... |
Forum: Java Jun 5th, 2009 |
| Replies: 3 Views: 715 there will be a button call browse when the user clicks on it he will be able to browse through the file system and select a file to upload or save on apache server with is installed on the same PC.... |
Forum: Java Jun 5th, 2009 |
| Replies: 3 Views: 715 I am an absolute beginner in JAVA, i want to know how to upload and save an image in a prescribed folder. sorry, i tried my best to search for this in the net, but i couldn't find any related to... |
Forum: Java May 21st, 2009 |
| Replies: 3 Views: 1,763 public void split() {
String s3 = "what ever the text you wish to have with new lines";
String [] temp_store= null; // array to store the separated string
temp_store =... |
Forum: Java May 21st, 2009 |
| Replies: 1 Views: 239 i am trying to get an input from my mic, and amplify the sound, i started searching for sample source codes, and java sound amplifying tutorials, but i found none of them relevant.
so how can i... |
Forum: C++ May 5th, 2009 |
| Replies: 9 Views: 336 |
Forum: C++ May 5th, 2009 |
| Replies: 9 Views: 336 Thank You so very much ... this helps a lot. i was about to quit :X programming .. thanks for your post :idea: |
Forum: C++ May 5th, 2009 |
| Replies: 9 Views: 336 ya links does not help. i have coded for insert before, insert after, insert at rear. the only problem i have is insert in between 2 values ... ya sure i'll give up programming and do some thing... |
Forum: C++ May 5th, 2009 |
| Replies: 9 Views: 336 Still Couldn't get the logic right :( |
Forum: C++ May 5th, 2009 |
| Replies: 9 Views: 336 i need to know the code for insert in middle, and this is what i wrote, i dont get any errors so theres some logic error in it, so please help me by giving me the correct code.
void... |
Forum: C# Mar 20th, 2009 |
| Replies: 1 Views: 1,071 i want a way to do validations for a String (the text should contain only characters, and not _ @ or any number) .. i found a code that does validations for integers, but not for strings.. Please... |
Forum: PHP Mar 1st, 2009 |
| Replies: 13 Views: 1,919 still no result .. i am still stuck . i think you should configure the php.ini file accordingly to send email,
i wander how others send email from php mail function.. if any1 knows please help... |
Forum: PHP Mar 1st, 2009 |
| Replies: 13 Views: 1,919 i found this link,, see if any of u undestand any .. they say theres a bug in the mail() method.. and they have suggested many ways to fix it
http://au.php.net/mail |
Forum: PHP Mar 1st, 2009 |
| Replies: 13 Views: 1,919 how do work with it, any sample code, i couldn't find it by browsing, but there is an extension called "mailparse"- email message manipulation ..
pop3 is also, there... do v have to configure... |
Forum: PHP Mar 1st, 2009 |
| Replies: 13 Views: 1,919 no use still stuck ... help help !!! |
Forum: PHP Feb 28th, 2009 |
| Replies: 13 Views: 1,919 [mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
sendmail_from = shaenator7@hotmail.com
; For Unix only. You may supply arguments as well (default:... |
Forum: PHP Feb 28th, 2009 |
| Replies: 13 Views: 1,919 my OS is Windows XP, i have installed apache server (2.0 X) .. i am writing a script to send an email via php mail function.
<?php
$to = "myAddress@hotmail.com";
echo "1";
$subject = "Hi!";... |
Forum: Java Feb 24th, 2009 |
| Replies: 2 Views: 647 package testone;
import java.io.*;
public class fileread
{
private String[] a = new String[100];
String x;
String sh;
public void read(){ |
Forum: Java Feb 15th, 2009 |
| Replies: 6 Views: 1,744 thanks a lot, I'll try coding it, and if i come across any errors, I'll contact you guys,, thanks a lot. |
Forum: PHP Feb 14th, 2009 |
| Replies: 6 Views: 575 i saved it as hello.php, in "C:\Program Files\Apache Group\Apache2\cgi-bin" ... then when i double click on that .. i dont get the expected output |
Forum: PHP Feb 14th, 2009 |
| Replies: 6 Views: 575 Hello World! '; ?> <<-- this is the output that i get |
Forum: PHP Feb 14th, 2009 |
| Replies: 6 Views: 575 i am new to PHP, i typed in a hello world php program and opened it using the web browser, but the end tag "?>" is also getting displayed, could any one correct my code ...
<html>
<head>... |
Forum: Java Feb 13th, 2009 |
| Replies: 15 Views: 588 i have removed it in the code i sent u ... |
Forum: Java Feb 13th, 2009 |
| Replies: 6 Views: 1,744 the prob is, that the player should not open ... and only the sound should play ..... like in gmail chat , wen a new message comes, a sound also plays...(but without opening a player) |