gxsaurav
02-04-2007, 01:25 PM
Ok, first of all, I m not a programmer so my knowledge of programming in JAVA is 0.
What I have here is a JAVA based Yahoo messenger client application in .jar format, for my mobile phones K750i. The application works fine, but there are a few shortcomings in it such as UI for phones with 176X220 resolution etc.
Since the GUI of this app uses only some images & most part of the GUi such as gradient are “coded” I guess I can open it in some JAVA IDE with GUI where I can see the preview in a window & edit the code to change the colour etc. Is this possible?
Is there any JAVA programmer willing to help with me here? I can provide the application & since it is JAVA you can also run the jar file in your pc (don’t know how to) to see how it looks, I can give you what to change; you just have to code it. Or just recommend me a JAVA GUI designer application, which I guess is Netbeans IDE with Mobile pack (that is the only one I have heard about)? I also saw JFrom designer but don’t know which one will do the job cos, like I said, I m just into designing here & no coding.
The application YMess, based on jYMSG API (http://jymsg9.sourceforge.net/). Now making a whole new application based on this API is tough task that’s why I decided to modify an existing one only.
The things which we need to do is
1) Increase the font size or give an option to user from choosing multiple font size from a menu.
2) When the user receives a message the LCD of mobile phone flashes 3 times. I have to remove this flashing with either nothing or a small audio file.
3) Many other UI enhancement for phones with 240X320 resolution.
What I have here is a JAVA based Yahoo messenger client application in .jar format, for my mobile phones K750i. The application works fine, but there are a few shortcomings in it such as UI for phones with 176X220 resolution etc.
Since the GUI of this app uses only some images & most part of the GUi such as gradient are “coded” I guess I can open it in some JAVA IDE with GUI where I can see the preview in a window & edit the code to change the colour etc. Is this possible?
Is there any JAVA programmer willing to help with me here? I can provide the application & since it is JAVA you can also run the jar file in your pc (don’t know how to) to see how it looks, I can give you what to change; you just have to code it. Or just recommend me a JAVA GUI designer application, which I guess is Netbeans IDE with Mobile pack (that is the only one I have heard about)? I also saw JFrom designer but don’t know which one will do the job cos, like I said, I m just into designing here & no coding.
The application YMess, based on jYMSG API (http://jymsg9.sourceforge.net/). Now making a whole new application based on this API is tough task that’s why I decided to modify an existing one only.
The things which we need to do is
1) Increase the font size or give an option to user from choosing multiple font size from a menu.
2) When the user receives a message the LCD of mobile phone flashes 3 times. I have to remove this flashing with either nothing or a small audio file.
3) Many other UI enhancement for phones with 240X320 resolution.