5,031 Posted Topics

Member Avatar for starboy

See point 3 in [URL="http://www.daniweb.com/forums/post1043097.html#post1043097"]this post[/URL] for proper tutorial and avoid roseindia as plague

Member Avatar for peter_budo
0
159
Member Avatar for emcee123

[QUOTE=emcee123;1068081]I'm still a newbie and I'm trying to learn...[/QUOTE] Forum rule is [URL="http://www.daniweb.com/forums/announcement9-2.html"]We only give homework help to those who show effort[/URL]. What is the best way to learn? By practicing and making mistakes from which you hopefully learn and avoid them next time. So if you please get to …

Member Avatar for emcee123
-1
115
Member Avatar for ujjval dave

Please use poll option only when appropriate and do not ask silly question if somebody will help you. (Ofcourse somebody will help if there is somebody who knows what you talking about...)

Member Avatar for G_Waddell
-1
204
Member Avatar for Archenemie

iPhone is not Java enbaled device so you cannot use JSE or JME. You can do development with objective-C however SDK require Mac OS (therefore you need Apple Mac) and the cracked version used by so many on PC will not work with it (at least it did not few …

Member Avatar for jbennet
0
120
Member Avatar for mahkris

Google => [URL="http://www.google.co.uk/#hl=en&source=hp&q=open+office+database+java+connection&btnG=Google+Search&meta=&aq=0&oq=open+office+database+java+connection&fp=30376c673d384194"]open office database java connection[/URL]

Member Avatar for peter_budo
0
37
Member Avatar for Roebuc

You should posted in JavaScript section not in JSP that stands for Java Server Pages. Post moved...

Member Avatar for Roebuc
0
108
Member Avatar for raashi.rai

[code=Java] //Table declaration somewhere in the text JTable myTable = null; showTableBtn.addActionListener(new ActionListener(){ public void actionPerformed(ActionEvent ae){ //use any of the 7 constructors myTable = JTable(Object[][] rowData, Object[] columnNames); SOME_OBJECT.add(myTable); } });[/code] SOME_OBJECT can be JPanel or any other subclass of Container.

Member Avatar for peter_budo
0
85
Member Avatar for p3rsia

[QUOTE=kenji;1068231]This is the wrong forum, but anyhow unless you show some effort even the guys in the C# forums wont help.[/QUOTE] Post was moved to C# section

Member Avatar for ddanbe
0
116
Member Avatar for hulk33597

Google =>[URL="http://www.google.co.uk/#hl=en&source=hp&q=java+network+file+access&btnG=Google+Search&meta=&aq=1&oq=java+network+file&fp=30376c673d384194"] java network file access[/URL]

Member Avatar for peter_budo
-3
68
Member Avatar for digital_dizasta

Frame is your main building block. Have "main" JPanel with pablic method through which you can pass another JPanel for display in the frame. On the button press you just call/invoke new JPanel with form, populte it with data if need it and pass it to the "main" panel to …

Member Avatar for peter_budo
0
73
Member Avatar for johnyjj2

Why do you want to build Sphinx from source instead of using provided JAR file? Including external libraries in project is what you should do...

Member Avatar for johnyjj2
0
228
Member Avatar for vicky9

Without any actual code from you we cannot do anything. We cannot read your mind what you placed there, neither we have access to your machine to see what is in the files...

Member Avatar for peter_budo
0
35
Member Avatar for vicky9

You would have to create another table for products history that will hold product ID, date of editing, activity and maybe amout so when you need data about product you will specify product ID and you will get them

Member Avatar for peter_budo
0
55
Member Avatar for helpme!!

As per forum rule [URL="http://www.daniweb.com/forums/announcement9-2.html"]We only give homework help to those who show effort[/URL]. Please show what you did so far.

Member Avatar for peter_budo
0
78
Member Avatar for anurag143

[QUOTE=jwenting;239323]is it that time of year again? Can't kids think up their own topics anymore? What's happened to creativity? Or is that all dumped into your playstations? Might be time someone created an automatic random project idea generator, would save us all a ton of time answering questions like this.[/QUOTE] …

Member Avatar for peter_budo
-1
364
Member Avatar for clogz14

[QUOTE=clogz14;947987]I am not sure what is wrong or what went wrong . can you please explain. clogz14[/QUOTE] Hi , welcome to daniweb. As in regards what Ezzaral meant when he snipped your URLs is that we do not like people posting links to their personal sites. It is far better …

Member Avatar for happygeek
-1
238
Member Avatar for rs25

Provided example is from Apache with badly secured PHP. As far I'm aware this wouldn't work on Java web server/container even if there is no security. Login basically enables you to set valid session for users that have access rights, so if anyone without login details try to access same …

Member Avatar for rs25
0
143
Member Avatar for panagos
Member Avatar for panagos
0
136
Member Avatar for naziatarannum

Closing this thread as there is another thread by same user running [URL="http://www.daniweb.com/forums/thread240659.html"]here[/URL]. In the future please do not double post.

Member Avatar for peter_budo
-1
106
Member Avatar for sknake

[QUOTE=niek_e;1047170]I can't even vote for myself, because I'm not an option in the poll :)[/QUOTE] Self-promotion, you sure to be banned ;)

Member Avatar for cwarn23
1
313
Member Avatar for hanntaa

JFileChooser beside having showOpenDialog(Component parent) for selecting files to open/be processed has also [URL="http://java.sun.com/javase/6/docs/api/javax/swing/JFileChooser.html#showSaveDialog(java.awt.Component)"]showSaveDialog(Component parent) [/URL] for saving files

Member Avatar for hanntaa
0
106
Member Avatar for saikatroy1985

We do not care if you new to Java or "seasoned warrior". We have golden rule here which says [URL="http://www.daniweb.com/forums/announcement9-2.html"]We only give homework help to those who show effort[/URL]. So what did you do so far and where is problem? PS: Members, please do not point obvious resource.

Member Avatar for peter_budo
1
100
Member Avatar for saurabhjj
Member Avatar for peter_budo
0
31
Member Avatar for Clawsy

Sorry, I cannot help right know (little busy at the moment), but you can have look at Beginning J2ME: From Novice to Professional [URL="http://books.google.com/books?id=chepSC2iAB8C&lpg=PR1&dq=beginning%20j2me%20from%20novice%20to%20professional%20third%20edition&pg=PA195#v=onepage&q=beginning%20j2me%20from%20novice%20to%20professional%20third%20edition&f=false"]Chapter 12[/URL] that should help with device discovery

Member Avatar for Clawsy
0
270
Member Avatar for shashikant.v

It was discussed so many times that if you search forum you would get numerous results... For the sake of you not being flamed here is[URL="http://http://www.excelsior-usa.com/articles/java-to-exe.html"] link[/URL] describing pron and cons of converting jar to exe, including number of tools you may want to use if you still wish to …

Member Avatar for peter_budo
0
66
Member Avatar for theCommander

Golden rule of the forum [URL="http://www.daniweb.com/forums/announcement9-2.html"]We only give homework help to those who show effort[/URL] so start working on it...

Member Avatar for theCommander
0
168
Member Avatar for laura_v

Just do not tell my you are westminster university student or I will start rolling on the floor laughing. Anyway back to topic. I bet my salary that as server your teacher/tutor meant some J2EE server or web container such as Tomcat, JBoss etc that is able to run servlet …

Member Avatar for peter_budo
0
382
Member Avatar for rukshilag

You sound like zero imagination... cd collection dvd collection book collection recipes book address book building visitors book Just look around and use that little grey matter of yours...

Member Avatar for peter_budo
0
103
Member Avatar for hdurina

Can you be please more specific what you ask as there are many techniques how to obtain IP address. What is the purpose for this post and this section?

Member Avatar for The Dude
-1
585
Member Avatar for atuleshchand
Member Avatar for ankie

Simple google search => [url]http://www.eclipse.org/webtools/community/tutorials/BuildJ2EEWebApp/BuildJ2EEWebApp.html[/url]

Member Avatar for peter_budo
0
236
Member Avatar for adnanbahrian

Your problem description is dificult to understand. You trying to create new email accounts with hotmail and yahoo or what is the "ID" supposed to be? yahoo.co.uk is yahoo in United Kingdom, but that doesn't stop you creating account in UK or other branch of any of these portals as …

Member Avatar for malik irfan
-5
580
Member Avatar for itsmekarthik

Use [URL="http://poi.apache.org/index.html"]Apache POI[/URL] library, google for examples there are plenty..

Member Avatar for masijade
1
38
Member Avatar for trinity_08

Nice, you copied and paste your assignment. So where is "the" work you done so far?

Member Avatar for peter_budo
0
74
Member Avatar for alsoumhi

Use iText it is a better library, here are some [URL="http://1t3xt.info/tutorials/keywords/?page=keyword&id=32"]examples[/URL]

Member Avatar for Airshow
0
112
Member Avatar for OffbeatPatriot
Member Avatar for rukshilag

So tell us what you expect/propose to have there and we can then discuss if it is reasonable or not...

Member Avatar for peter_budo
0
65
Member Avatar for spiritsad

[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
-5
92
Member Avatar for system analysis

[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
-4
436
Member Avatar for nukabolhi

Can you explain what you mean by these "couldn't get idea to use List Command to Create File"? I see you trying to do something with RecodStore, but these attempts are sort of half hearted.

Member Avatar for peter_budo
0
147
Member Avatar for dearjee

What current scenario? You failed to explain issue and you failed to use proper language... Why should we be bothered with this?

Member Avatar for dearjee
0
73
Member Avatar for carepanther

Golden rule of the forum [URL="http://www.daniweb.com/forums/announcement9-2.html"]We only give homework help to those who show effort[/URL], so you better post some code you already written or your copy&paste post will get unnoticed.

Member Avatar for peter_budo
0
354
Member Avatar for electricangel

[QUOTE=nazar22;1051025]Hello All I am a Hire Drupal Developer and Having 4+ years of experience in Drupal/PHP/LAMP Technology.Please visit us on <URL SNIPPED>[/QUOTE] Congratulation on replying to 2 years old thread... Thread closed.

Member Avatar for peter_budo
0
241
Member Avatar for LaChavvy

Ahh, finally I find time to have look into this and you marked it as solved. Would you mind then share solution with others?

Member Avatar for LaChavvy
0
111
Member Avatar for dippy78

That is correct because you accessing JSP page you get all data what put together content of the page but midlet doesn't know what to do with it. Where on other hand browser know about handling this content

Member Avatar for dippy78
0
133
Member Avatar for jonas999

[QUOTE=jonas999;1050238]thanks to all, I resolved my problem[/QUOTE] If you resolve it it would be nice to mark thread as solved and also explain how you resolve it...

Member Avatar for jonas999
0
74
Member Avatar for Sandar Khin

You can change formatting to certain degree with html, look at this [URL="http://www.daniweb.com/code/snippet217219.html"]example[/URL]

Member Avatar for peter_budo
0
71
Member Avatar for khess

Finally something positive Ken, I was seriously tired of most topics unix vs windows, best unix gadget etc. Did they improved support of graphic cards? Are wireless cards easier recognised or installed?

Member Avatar for khakilang
7
862
Member Avatar for agam360
Member Avatar for swapnilb1

Asking such question on any programming forum is counter-productive. Choose language you feel more comfortable with and then you may master it...

Member Avatar for swapnilb1
0
163

The End.