Search Results

Showing results 1 to 40 of 51
Search took 0.01 seconds.
Search: Posts Made By: MxDev ; Forum: Java and child forums
Forum: Java 3 Days Ago
Replies: 8
Views: 412
Posted By MxDev
I think the open source projects is the right place for this, you could also seek for any projects out there across the internet which needs developers to code somethings or write a help for an...
Forum: Java 9 Days Ago
Replies: 0
Views: 162
Posted By MxDev
Hi guys,

I've a problem to import the jar file "JFXBuilderRT1.jar" into NetBeans 6.8RC1. I tried by add it to libraries, but with no good. Could someone tell me what to do???

Thanks...
Forum: Java 13 Days Ago
Replies: 1
Views: 162
Posted By MxDev
Hi guy,

I writing a simple syntax highlighting code which has loop due to comparisons of the reserved keyword against the input text , the code is a little bit processor hungry so, I decided to...
Forum: Java 13 Days Ago
Replies: 8
Views: 412
Posted By MxDev
Here's some sides of java (javaME, javaFX) so you could study each of those til you become a guru.

happy coding :)

[EL-Prince]
Forum: Java 13 Days Ago
Replies: 5
Views: 564
Posted By MxDev
Hi,

I think if you don't have a solid background in SQL in either databases MSSQL Server, or Oracle you can do this as follow after each insertion or update using the front end java table you...
Forum: Java 14 Days Ago
Replies: 8
Views: 412
Posted By MxDev
Hi,

I think you should involve yourself in some projects, whether it of your own ideas, or participate with some other programmers to make this happen, and I think you'll keep learning, learning,...
Forum: Java 14 Days Ago
Replies: 9
Views: 324
Posted By MxDev
Hi,

First of all, you declared the constructor of class Cars with a return int type, and you should know from your java study that the constructor MUST NOT return any values even void. So, the...
Forum: Java 14 Days Ago
Replies: 2
Views: 278
Posted By MxDev
Hi,

I rewrote your code, but I haven't compile it so, this is your assignment to do. Here's the code.

public class WordCount{
public static void main(Strings[] args){

String userInput =...
Forum: Java 14 Days Ago
Replies: 5
Views: 319
Posted By MxDev
I think you've 2 ways to achieve this the first one definitely to use javaME, which I prefer, the second way is to download iphone sdk from here...
Forum: Java 14 Days Ago
Replies: 5
Views: 564
Posted By MxDev
Hello,

I think you should to query the database to get the result set by using this query for example SELECT * FROM Table_Name WHERE Certain_Condition, you can omit the condition if you want....
Forum: Java 16 Days Ago
Replies: 0
Views: 197
Posted By MxDev
Hi guys,

Is there any javaFX code generator other than jfxbuilder???

And Is someone here knows any news about javaFx authoring tool, like the release time, cause I got nothing from google.
...
Forum: Java 32 Days Ago
Replies: 6
Views: 295
Posted By MxDev
Sorry guys, I apologize about my rude question format.

JamesCherril : Yes james my English isn't my first language, and I'm really thankful for your detailed answer.

Thanks for help
...
Forum: Java 32 Days Ago
Replies: 6
Views: 295
Posted By MxDev
Excuse me Ezzaral , I asked a straight forward question, and you replied with "manner"???

Do you mind to mention what is the meaning of manner, or at least give me what to learn first before the...
Forum: Java 32 Days Ago
Replies: 6
Views: 295
Posted By MxDev
-2
??????
Sorry I couldn't get it, would you make it a little bit clearer!!!!!!!!

Thanks

[EL-Prince]
Forum: Java 32 Days Ago
Replies: 6
Views: 295
Posted By MxDev
Hi guys,

I demand to know the correct order of the following topics to study

Object Oriented Design and Analysis, Design Patterns, and UML

Thanks in advance

[EL-Prince]
Forum: Java Sep 11th, 2009
Replies: 3
Views: 203
Posted By MxDev
How to use Visual Studio instead of Netbeans for java????
Forum: Java Sep 9th, 2009
Replies: 3
Views: 203
Posted By MxDev
Hi guys,
Visual studio contains alot of controls which facilitate the development of application using C#. Is there any workaround to use this controls in Netbeans IDE or any plugins to make...
Forum: Java Jun 27th, 2009
Replies: 4
Views: 407
Posted By MxDev
anyway thanks guys i'll try all of these and tell you.
thanks again
Forum: Java Jun 17th, 2009
Replies: 4
Views: 407
Posted By MxDev
hi,
I've a bug in the following code, i don't know where it is?? is it in the design itself, or the code needs threading especially in the "Swing". The following code is a part of simple word game...
Forum: Java Mar 31st, 2009
Replies: 0
Views: 341
Posted By MxDev
Hi guys,
how to read a unicode characters (arabic characters) form ResultSet object which appears after extraction as question marks like this(?????) i've tried to use the "getUnicodeStream()"...
Forum: Java Jan 24th, 2009
Replies: 1
Views: 300
Posted By MxDev
hi guys,

how to make frames, or windows in a shape of circle or something not in regular rectangular??

Thanks in advance.
Forum: Java Dec 18th, 2008
Replies: 4
Views: 1,575
Posted By MxDev
The problem occur when you trying to query a table to get some result and process that data after that writing to another table i don't why it can't complete or why the database is locked???
is...
Forum: Java Dec 18th, 2008
Replies: 4
Views: 1,575
Posted By MxDev
hi guys,
iam workin on an application that calculate the income for certain diving centers, i using the SQLite database, i developed a database with 3 table the first one for user input, the second...
Forum: Java Dec 16th, 2008
Replies: 0
Views: 1,382
Posted By MxDev
hi guys,
iam workin on an application that calculate the income for certain diving centers, i using the SQLite database, i developed a database with 3 table the first one for user input, the second...
Forum: Java Dec 5th, 2008
Replies: 2
Views: 1,217
Posted By MxDev
Hi guys,
i've a problem when running java application connected with sqlite database the connection is done with netbeans IDE, but when i trying to run the application i get the following error
...
Forum: Java Dec 5th, 2008
Replies: 2
Views: 343
Posted By MxDev
hi,
i'm trying to reference a class outside the current working package how to reference this class to create an object???
Forum: Java Nov 23rd, 2008
Replies: 2
Views: 358
Posted By MxDev
I've a simple question, i wonna make a program using access database to store the entered data and making some calculations on it to get the total income per day and per week, how could i backup the...
Forum: Java Nov 19th, 2008
Replies: 1
Views: 1,337
Posted By MxDev
hi guys,
i'm trying to connect java application to SQL server 2005 developer edition, i used the following code which comes with the microsoft jdbc-odbc driver 1.2, after that i modify the class...
Forum: Java Nov 19th, 2008
Replies: 1
Views: 304
Posted By MxDev
hi guys,

is it possible to distribute a mysql database and java application together without need the server to run the database from, is there's a way around to make this happen??

Thanks in...
Forum: Java Nov 13th, 2008
Replies: 1
Views: 315
Posted By MxDev
hi,
is someone knows how to accept the entered values the table cells when i clicked a button, instead of using the setSurrenderXXXX() method.
Forum: Java Nov 13th, 2008
Replies: 6
Views: 1,514
Posted By MxDev
hi,
the problem that netbeans can't login to the sql server i mean the server which the required data located in
Forum: Java Nov 12th, 2008
Replies: 6
Views: 1,514
Posted By MxDev
Hello Everyone,
I've a problem with java & SQLServer 2005 interface, i installed a SQLServer 2005 and SP2 software bundle to enable
SQLServer to run on Windows Vista, i'm using the "Windows...
Forum: Java Sep 3rd, 2008
Replies: 2
Views: 447
Posted By MxDev
Forum: Java Sep 3rd, 2008
Replies: 2
Views: 447
Posted By MxDev
hi guys,
how to detect that the text in the JEditorPane has been changed to tell the user before exit the application.
Forum: Java Aug 30th, 2008
Replies: 1
Views: 524
Posted By MxDev
hi guys,
how to distribute or relocate the swing components on the holding frame when window maximize button is pressed????
Forum: Java Jul 12th, 2008
Replies: 1
Views: 469
Posted By MxDev
hi guys,
how to add a line numbering system for a jeditor text area
Forum: Java May 3rd, 2008
Replies: 4
Views: 629
Posted By MxDev
thanks for replying but i need some stand alone, light memory usage application to generating java gui
Forum: Java May 3rd, 2008
Replies: 1
Views: 480
Posted By MxDev
hi all,
how to set the location of joptionpane dialogs to the locations of the parent frame
Forum: Java May 3rd, 2008
Replies: 1
Views: 1,350
Posted By MxDev
hi guys ,
how could i to lock a the parent frame if the child frame is generated, (i.e. i generate joptionpane message how to lock the parent frame till the user responding to child frame)
Forum: Java May 3rd, 2008
Replies: 4
Views: 629
Posted By MxDev
hi guys,
is there any stand alone GUI designer which could deal with most of Swing components and generate human readable code and also free
Showing results 1 to 40 of 51

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC