5,031 Posted Topics

Member Avatar for gagan22

Off-topic for ardav - If you post by mistake, just click on "Flag Bad Post" and type reason like "Double post", "Post by mistake" and one of the moderators will take care of it

Member Avatar for peter_budo
0
272
Member Avatar for new2JS

Java is no go, Java as no way to get hold of OS events, only events generated by Java

Member Avatar for peter_budo
0
96
Member Avatar for kadamati

Expand your database, do not relay on single table to keep all data. Create table for colleges where you will store college ID, name, contact details. Something along the line as showed in this [URL="http://www.daniweb.com/forums/thread141776.html"]tutorial[/URL]

Member Avatar for peter_budo
0
102
Member Avatar for ismaily

[QUOTE=m_shanak;604732]i need to send the sms from my nokia mobile, without sms provider (using At commands) * i have the vb script to do that ,but i need it in PHP[/QUOTE] If was it so easily done, don't you think everybody would be using it?

Member Avatar for shefeekj
-1
2K
Member Avatar for suretd

You have general flaw in the logic. The values collected by JOptionPane will never get out of your while loop. To add the values to array you need to add each new grade to array inside while loop. Also I would suggest to use ArrayList instead of size limited Array, …

Member Avatar for suretd
0
115
Member Avatar for matrix2
Member Avatar for ithelp
0
354
Member Avatar for anandarju

On top of this forum [URL="http://www.daniweb.com/forums/thread141776.html"]JSP database connectivity according to Model View Controller (MVC) Model 2[/URL]

Member Avatar for hardik.rajani
0
101
Member Avatar for C41R0

Because when you call [icode]private LifeBean lb=new LifeBean();[/icode] in TickerBean only LifeBean default constructor is executed which is effectively this section [code=Java] public LifeBean() { super("LifeBean"); // Setting the bean's label setEnabled(false); // Can't be clicked setBorderPainted(false); // Make it look less like a button }[/code] you never actually set …

Member Avatar for quuba
0
127
Member Avatar for rudypooh786

I just hope for your sake ramborambo from this [URL="http://www.daniweb.com/forums/thread191759.html"]post[/URL] and you are not the same person, or you will get banned

Member Avatar for verruckt24
0
145
Member Avatar for freddiecool

I assume that are talking about the application from your other post where you had two rows of drop down (JComboBox) for day, month, year and time. The only think that was missing was some button to initiate data retrieval. If it is this case, just add a button to …

Member Avatar for Ezzaral
0
214
Member Avatar for ramborambo

[code=Java] for(int count = values.length-1; count >= 0; count--){ System.out.println(values[count]); }[/code]

Member Avatar for ramborambo
0
263
Member Avatar for freddiecool

GregorianCalendar inherits [URL="http://java.sun.com/javase/6/docs/api/java/util/Calendar.html#getTimeInMillis()"]getTimeInMillis()[/URL] method from Calendar class. Any ideas how you can use this to your advantage? ;)

Member Avatar for BestJewSinceJC
0
157
Member Avatar for javedali

As you forgot to shed some light into file selection process, I can only recommend you to have look and consider use of File method [URL="http://java.sun.com/javase/6/docs/api/java/io/File.html#getAbsolutePath()"]getAbsolutePath() [/URL] that will return String representation of file location

Member Avatar for BestJewSinceJC
0
220
Member Avatar for kateloe

Question is - do you trust that website or not? Answer that question and you get answer to your question.

Member Avatar for MidiMagic
0
26
Member Avatar for pinaz

Direct connection to database from JSP!!!!!!!!!!! :'( :'( :'( Please have look at this sticky post [URL="http://www.daniweb.com/forums/thread141776.html"]JSP database connectivity according to Model View Controller (MVC) Model 2 [/URL] to get general direction of how to do it right way

Member Avatar for pinaz
0
343
Member Avatar for dragonspectrum

With your project advertisement you just broke this forum record of reopening oldest post, which is now 4 years and 5 months. Sorry for sarcasm, couldn't resist.

Member Avatar for kvprajapati
0
275
Member Avatar for Karthiksusoo

There are to many scripting languages used in web development so you will need to be more specific in your request. You interested in PHP, JavaScript, VBScript, AJAX, ActionScript used in Flash or are there any others less know you would like to learn?

Member Avatar for peter_budo
-1
67
Member Avatar for jackfatal
Member Avatar for emozz

Sticky post on top of the JSP section [URL="http://www.daniweb.com/forums/thread141776.html"]JSP database connectivity according to Model View Controller (MVC) Model 2[/URL]. Any other questions?

Member Avatar for peter_budo
0
109
Member Avatar for K?!

Just create two separated classes that extends JPanel add necessary components as need it. Then display them depending on selected action in your JFrame.

Member Avatar for peter_budo
0
119
Member Avatar for VED_VYAS

Storing articles content in database and then dynamically recreating page is one option as database would provide you with easy way to search. Searching through number of files (doesn't matter XML, HTML, TXT) is another option but this will be time consuming

Member Avatar for lance7
0
110
Member Avatar for pyscho

Aren't the test exams in the book enough [URL="http://books.google.com/books?id=pERFblHvR_oC&printsec=frontcover&dq=SCJP#PPR1,M1"]SCJP Sun certified programmer for Java 5 study guide[/URL]

Member Avatar for peter_budo
0
52
Member Avatar for tone10lite

[B]Ah just seen that I'm minute too late. VernonDozier provided some bits that I left for you to finish [/B] You are expected to create at least 3 classes let call them Book, Booklet and BookletsGUI. Your provided code is real mess and show that you are seriously behind your …

Member Avatar for peter_budo
0
1K
Member Avatar for mibit

Your zero interest in subject, brought you to another bad situation and you posted in Java section. Java is NOT JavaScript Request to move this post to correct section already sent...

Member Avatar for essential
0
121
Member Avatar for MrDiaz

Dunno about nice formatting, but hey you asked for it [URL="http://poi.apache.org/"]Apache POI - Java API To Access Microsoft Format Files[/URL]

Member Avatar for MrDiaz
0
107
Member Avatar for new_2_java

Happy reading, [URL="http://java.sun.com/docs/books/tutorial/uiswing/components/tabbedpane.html"]How to Use Tabbed Panes[/URL]

Member Avatar for peter_budo
0
120
Member Avatar for cullguy

He is the Quiz Master SunnyY! The guy re-opened most of threads in regards of quizzes, missing the point that all of them are student assignments and not real industrial project and therefore people are expect to hard code it and not to use ready made tools...

Member Avatar for peter_budo
0
169
Member Avatar for claramusic95

Please provide code you came up with so far, as providing full solution to above is against one of the main rules of this forum >> [URL="http://www.daniweb.com/forums/announcement9-2.html"]We only give homework help to those who show effort[/URL]

Member Avatar for peter_budo
0
225
Member Avatar for bca_al

@sabrina07080236 - the above mentioned tools would be helpful if this was industry assignment. However original poster is working on classic school assignment where students are supposed to put in practical use what they been taught previously and as we can see the person is struggling for what ever reason.

Member Avatar for SunnyY
0
208
Member Avatar for aktor

I recommend to leave out the whole idea of JDialogForm as login option. Create frame just for collecting login details and once user provide correct data just call main application. Something like this [code=Java] public class MyGUI { public static void main(String args[]) { SwingUtilities.invokeLater(new Runnable() { public void run() …

Member Avatar for peter_budo
0
132
Member Avatar for mughal_states
Member Avatar for AMetnik

For the start Applet hasn't got main() method as you know from console or GUI applications. Have look at [URL="http://java.sun.com/docs/books/tutorial/deployment/applet/lifeCycle.html"]The Life Cycle of an Applet[/URL] and here you can learn more on [URL="http://java.sun.com/docs/books/tutorial/deployment/applet/index.html"]Applets[/URL] if it is what you are after...

Member Avatar for peter_budo
0
602
Member Avatar for gayathrigmenon

Official NetBeans tutorial [URL="http://www.netbeans.org/kb/60/web/mysql-webapp.html"]Creating a Simple Web Application Using a MySQL Database[/URL]

Member Avatar for peter_budo
0
34
Member Avatar for vampke

[QUOTE=Ramy Mahrous;845884]Tell me the error please, or send me the access file, to try. <EMAIL SNIPPED>[/QUOTE] Why not to use attachment option of this forum? Simply zip it up and ass to next post. Do not forget to use advanced reply mod or you will not see Manage Attachments option

Member Avatar for vampke
0
104
Member Avatar for jsully1

[URL="http://java.sun.com/docs/books/tutorial/uiswing/layout/visual.html"]A Visual Guide to Layout Managers[/URL]

Member Avatar for jsully1
0
104
Member Avatar for arumugam4all
Member Avatar for Kishorey

To top up what JamesCherrill already said about getting size, to set position you can use methods inherited from Component [URL="http://java.sun.com/javase/6/docs/api/java/awt/Component.html#setLocation(int,%20int)"]setLocation(int x,int y)[/URL] or [URL="http://java.sun.com/javase/6/docs/api/java/awt/Component.html#setLocation(java.awt.Point)"]setLocation(Point p)[/URL]

Member Avatar for Kishorey
0
419
Member Avatar for transplantedNYr

Two options either you gone provide code for whole program or clearly mark which section is kicking of the error

Member Avatar for transplantedNYr
0
244
Member Avatar for sunscreencert

JavaScript is one option, but I would suggest to look into [URL="http://books.google.com/books?id=ujeduyIzErwC&printsec=frontcover&dq=jstl"]JSTL[/URL]. That way if you need to set radio buttons as servlet require you have far easier quest :)

Member Avatar for peter_budo
0
3K
Member Avatar for ithelp

I guess C or C++, possibly C# but not sure, would be more suitable as you can use them to reach and communicate with OS. Dunno about Perl

Member Avatar for JamesCherrill
0
223
Member Avatar for samanrz
Member Avatar for vijayvadlamaani

Either you will send request to servlet to get all states from database and send respond back to caller page where in session you will carry list of states plus pre-selection for country combo box Or use facilities of [URL="http://books.google.com/books?id=ktbRmbLGseoC&pg=PT207&dq=jstl+in+action#PPT375,M1"]JSTL[/URL]

Member Avatar for vijayvadlamaani
0
68
Member Avatar for Shanti C

Have look at [URL="http://www.learningmovabletype.com/a/000235display_code/"]this article[/URL] of what you can do with out any additional tools/libraries/plugins. However if you after tool you may consider [URL="http://qbnz.com/highlighter/"]GeSHi[/URL] (I think dani use it here or she use it in past) or check result of [URL="http://www.google.co.uk/search?hl=en&q=php+syntax+highlighting&btnG=Search&meta="]this search[/URL] and perhaps you find something for your self

Member Avatar for Shanti C
-1
149
Member Avatar for ammenme

Please provide code as you have it. Forum rules are explicit like [URL="http://www.daniweb.com/forums/announcement9-2.html"]this one [/URL]

Member Avatar for Helma
0
196
Member Avatar for puk

[LIST=1] [*]File with extension "doc" is specific to Windows. Why do you want to save data in "doc" and not in simple "txt"? If you still insists on saving in this format you better read [URL="http://poi.apache.org/"]Apache POI - Java API To Access Microsoft Format Files[/URL] [*]Next time you post some …

Member Avatar for BestJewSinceJC
0
100
Member Avatar for nleaf

I do not want to be sarcastic but there is nowhere said that this forum provides 24/7 support. On the other hand is great you solved your problem, personal research of issue is another way to solve it instead of waiting for some one else to provide you with solution.

Member Avatar for MidiMagic
0
79
Member Avatar for anointedballa

You better work harder on your school assignment as this may compile but will never run. Next, there are some design flows. You have static values. What happens when you decide to use different values? You will need to re-write large portion of your code. Therefore introducing a way to …

Member Avatar for VernonDozier
0
106
Member Avatar for ahoest

You would make your life far easier if you used multiple JPanels to organize your components in to smaller groups and then add JPanels to JFrame in the layout you need... In doing so you would may be need only one instance of JPanel with draw line in and you …

Member Avatar for ahoest
0
522
Member Avatar for piusbabbun

Simple google query get you many [URL="http://www.google.co.uk/search?source=ig&hl=en&rlz=&=&q=PHP+create+PDF+tutorial&btnG=Google+Search&meta=lr%3D"]useful resources[/URL]

Member Avatar for foryounow
0
108
Member Avatar for kinger29

The above can be done through applet and no need for JavaScript. However if you insist on JavaScript solution of which I'm not sure can be done, then you are in wrong section (Java is not JavaScript) press Flag Bad Post option next to your original post and write "Please …

Member Avatar for almostbob
0
125

The End.