Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
6
Posts with Downvotes
6
Downvoting Members
4
1 Commented Post
~23.4K People Reached
About Me

i am a very simple guy just concerned with my work n i like to learn new in programming.

Interests
i like to play basketball....n search for new stuff on net
PC Specs
as per the computer i will go wid dell......n os the best forever the windos xp...service pack 2
Favorite Tags
Member Avatar for joe_ojah

hi everyone, i am new to netbeans. i am creating a system that can allocate rooms to students. My main problem is how to find out which rooms are full and which ones are available. I am using Mysql and Java Netbeans. I have read some of the tutorials but …

Member Avatar for ali.nazia999
0
2K
Member Avatar for AliQadir

Hi, I have GridView on my asp.net Page I want to validate the Gridview. I want that in my Grid , Records with Null Value do not be displayed,Like I have some Null values In second column rows So I need to Hide those Null Values, In fact Entire row …

Member Avatar for KushMishra
0
113
Member Avatar for toferdagofer

import javax.swing.*; import java.awt.*; import java.awt.event.*; public class TheatreRevenue extends JFrame { /** * */ final double percent = .20; double adultCost; private JTextField label2; private JTextField label4; private JTextField label6; private JTextField label8; private JButton button1; private final int WINDOW_WIDTH = 400; private final int WINDOW_HEIGHT = 200; /** …

Member Avatar for DavidKroukamp
0
1K
Member Avatar for Kamal_Java

Dear friends , I am new to java . I created an JFrame(Calculator) application in Netbeans.Now i want to run that file from console(putty) since i gonna use that .java class in some other program through which i want invoke this . How do i do this . When i …

Member Avatar for peter_budo
0
241
Member Avatar for judithSampathwa

hi i created a master page and i formatted it for the height and with, it is displayed correctly in the asp.net design page, but when i view it in the internet explorar i get a white space in between the menu and the body part. i can't find the …

Member Avatar for judithSampathwa
0
291
Member Avatar for rbn01

I have a simple C# windows form which acts as a login, but also has a form to change the password of a user. When you click on Change Password the form loads with a text box of current password, new pass and confirm new pass, and one save button. …

Member Avatar for hericles
0
5K
Member Avatar for Saikumar Adep

[url]http://www.dotnetcurry.com/ShowArticle.aspx?ID=662[/url] Sir I my query is exactly same as in these Url. But in these they are calculating the sum of checked rows I want to show a pop-up of that checked rows(values) of that gridview Please Solve my thread

Member Avatar for Atul Dhiman
0
99
Member Avatar for erum

i have following code [CODE]<div id=date_check visible=true runat=server> <strong>Check-In Date</strong> <%-- <asp:TextBox ID="txt_checkin" runat="server" onchange="checkdate(this);"></asp:TextBox> <a href="javascript:calendar_window=window.open('calendar.aspx?form1=form1.txt_checkin','calendar_window','width=554,height=488');calendar_window.focus()"> <img alt="" src="images/calendar.png" /> </a> --%> <asp:TextBox ID="txt_checkin" runat="server"></asp:TextBox> <ajaxtoolkit:CalendarExtender ID="Calendarextender1" runat="server" OnClientDateSelectionChanged="checkDate" TargetControlID="txt_checkin" Format="dddd, MMMM dd, yyyy"> <%--<input runat=server type="text" id="txt_checkin">--%> <strong>Check-Out Date</strong> <asp:TextBox ID="txt_checkout" runat="server"></asp:TextBox> <ajaxtoolkit:CalendarExtender ID="Calendarextender2" runat="server" OnClientDateSelectionChanged="checkDate" TargetControlID="txt_checkout" Format="dddd, …

Member Avatar for DeadSoul
0
617
Member Avatar for jineesh

I have used 2 datetime Pickers in a custom user control for selecting dates. using the event valuechanged I wrote the code. The 'focused' property of the datetime picker is not set to true even though I have changed date. Why is this happening? Read the code below. Please any …

Member Avatar for DeadSoul
0
124
Member Avatar for Usmaan

Yes, i'm a noob - Bite me. And yes, I've read seemingly countless tutorials which explain, or, "try" to explain what a "Constructor" is. Obviously, they failed to digest in my brain. Is there any well-to-do person in here who can help me? Is there anyone who can possibly explain …

Member Avatar for Mitja Bonca
-1
194
Member Avatar for lohit kumar

Hello Everyone, i'm trying to convert a .jar file to .exe... first of all is it possible? If so then how?

Member Avatar for Progr4mmer
0
169
Member Avatar for mani_1991

hi, friends i have some doubt from many days.. please any one clarify it.. my doubt is, "IS IT POSSIBLE TO CHANGE JAVA FILE TO .EXE FILE ... :?::?::?::?:?" IF IT IS POSSIBLE HOW IT IS CONVERT...:icon_idea: THANKS IN ADVANCE.....

Member Avatar for amitbhanot
0
182
Member Avatar for jlancaster954

hi everyone, i'm looking for some help please! i'm in an intro to java class and i cant figure out what i'm doing wrong.i am getting an error message that says: Ch3_PrExercise1.java:29: ';' expected String inData.; like i said i just starting out so any help or advice is greatly …

Member Avatar for Stefano Mtangoo
0
375
Member Avatar for badae

import java.awt.*; import java.awt.event.*; import javax.swing.*; public class MenuDemo extends JApplet { // Text fields for Number 1, Number 2, and Result private JTextField jtfNum1, jtfNum2, jtfResult; // Buttons "Add", "Subtract", "Multiply" and "Divide" private JButton jbtAdd, jbtSub, jbtMul, jbtDiv; // Menu items "Add", "Subtract", "Multiply", "Divide" and "Close" private …

Member Avatar for badae
0
189
Member Avatar for DeadSoul

i have made this code which displays all the values in JTable can any one help me out how to get report of those data.this code is just the module of my library project .Now i want to generate a report for it . [CODE] import java.awt.*; import java.awt.event.*; import …

Member Avatar for Ezzaral
0
99
Member Avatar for Pushpasheela

Hi all I am programming a database-related application in Java(with msaccess). I have to facilitate several different types of queries, but I'd like to use the same JTable to display the results of each query (one at a time, of course). Initially the Jtable display all records. [CODE] JTable tableview; …

Member Avatar for DeadSoul
0
1K
Member Avatar for DeadSoul

I have made a program in c# where the user will input some data and that program should prompt the user to specify the date to view all the appointments of that day.i have made the code but still the problem lies is i can only find that the date …

Member Avatar for hanvyj
0
277
Member Avatar for monu952

:ooh:[B]HI..I m student of 3rd year Btech. I hv learnt Core JAVA in mah summer vacations. But I m not b able to decide what project should i prepare. I m thinkinf of "Notepad" and "English Dictionary for mobile phone devices". I have just 5 days to prepare mah project. …

Member Avatar for monu952
-1
139
Member Avatar for DeadSoul

Is it possible to add a flash content in java.Can any one help me how to do it or just a hint from where i can get help for it. Thank You in advance.

Member Avatar for JamesCherrill
0
78
Member Avatar for musikluver4

Whenever I try to load a java applet from an html file, with the .class and .java files in the same directory, I load the html applet file and the only thing that gets displayed is NOT the applet, but the html code.....how do I enable java applets in my …

Member Avatar for DeadSoul
0
2K
Member Avatar for madhub2v

i want to know that.. i hava a small java program i.e to caliculate electricity bill(home or commercial). i have compiled and executed it. so now i want to turn this program to a appilcation like caliculator. How?.

Member Avatar for Stefano Mtangoo
0
147
Member Avatar for abbyo

Java - Is it possible to run the swing class in the applets. I'm having problems running the message windows inside the applet windows... any suggestions? I may need to know this for my future programming assignments. Thanks!

Member Avatar for DeadSoul
0
49
Member Avatar for sonycharde

HI I AM A STUDENT OF M.C.A. FIRST YEAR PLEASE SUGGEST ME ANY PROJECT WHICH IS NEVER USED BY ANYONE AND I CAN MAKE I MEAN DEVELOP IT BY MYSELF. MY EMAIL ID IS " <EMAIL SNIPPED> " please as soon as possible

Member Avatar for DeadSoul
-1
62
Member Avatar for DeadSoul

[QUOTE] Hello friends i have tried my code to get the values from the database n display it in JTables but i am getting two errors.please help me. [/QUOTE] [CODE] import javax.swing.JFrame; import javax.swing.JPanel; import javax.swing.JScrollPane; import javax.swing.JTable; import javax.swing.JButton; import javax.swing.table.AbstractTableModel; import java.awt.Dimension; import java.awt.Component; import javax.swing.BoxLayout; import java.text.MessageFormat; …

Member Avatar for DeadSoul
0
7K
Member Avatar for lse123

I think my jar to work needs mail.jar plus the others class files what to do? subject:javax.mail.Message I used jar cmf SMTPClient.mf SMTPClient.jar SMTPClient.class SMTPClient$SendAction.class SMTPClient$UpdateListener.class [B]mail.jar [/B]SMTPClient.java but gives (how include another jar in my jar and keep package structure?) [CODE] C:\Users\User\Documents\TextBooksDataFiles\Java Network Programming, 3rd Edition\jnp3examples\examples\19&gt;jar cmf SMTPClient.mf SMTPClient.jar …

Member Avatar for lse123
0
237
Member Avatar for adity

I have a JTable as a leaf node of a Jtree. But though I can select each row in the table I cannot select each cell element. Please HELP! Adity

Member Avatar for javaAddict
0
83
Member Avatar for DeadSoul

Hello friends i have spend a week to make a notepad.But i have one error in it i dont know where i am wrong . i am not able to add JFileChooser in my notepad i have JFileChooser in my code but its not working properly that's why i have …

Member Avatar for leiger
0
159
Member Avatar for lwschjang

Anybody know of any good tutorials for customizing the appearance of Java GUI's and applets. Specifically, I'd like to design the layout of the GUI or applet in Photoshop. Thank you for your time and help.

Member Avatar for DeadSoul
0
149
Member Avatar for iRemember

I'm trying to create a blackjack program for school. No matter what I've been doing, this keeps coming with errors. My teacher says theres some logic errors, and i don't understand it. [code] import java.util.Scanner; import java.util.Random; public class BlackJack { public static void YesNo(){ Scanner input = new Scanner(System.in); …

Member Avatar for jwenting
0
95
Member Avatar for staufa

Hi im trying to connect to my database but i dont know why i cant load my jdbc driver: -I've saved the jar file together with the other java files in the same folder called "a" -I used –classpath flag: Windows: "java -classpath .\mysql-connector-java-3.1.8-bin.jar;. LabDB4" but I dont know if …

Member Avatar for peter_budo
0
205