EXCEPTION IN JAVABEAN

2464 byte By EMEKAa at 2007-10-2 15:15:18
Pls, I have a java bean thats giving me the following Exception"Cannot find any information on property 'FirstName' in a bean of type 'patronage.processingResult".Pls, let me know what to do.My code for java bean is package patronage;public class processingResult{private String firstName = ...

How do I run Flash (SWF) files from a Java desktop app.?

289 byte By CiphERioNa at 2007-10-2 15:18:30
Hi,I need to run an SWF file from within a java desktop application, I might also need to pass it some parameters. Is there a way?I think that Macromedia had an OCX for running SWF from within C++, is there something similar for java (Swing, SWT, ...etc)?thanks

How do I create a executable file ?

79 byte By Sonecaa at 2007-10-2 15:20:39
could Someone describe how can i make an executable file(.exe) in java ?

Can I use a HTML button to launch a GUI?

227 byte By angel86a at 2007-10-2 15:22:13
Hi. I have created a GUI that can display what I have in my database. My GUI application is working. I have a HTML page that has a button that should cause the GUI to come up when the button is pressed. Is that possible?

Defining a new file format!!

473 byte By sankeethana at 2007-10-2 15:23:29
Hello, i have got two tables which represent some information( simply arrays). I want to store those tables into a single file with my own extension. Each time the file is opened, it has to be opened thru my application. To be precise, i want to define my own application specific file format. ...

identifying buttons in an applet

1730 byte By ravisenana at 2007-10-2 15:31:20
hi all,In my applet i have a button named "btn1".After clicking it you can create multiple buttons just by clicking somewhere within the applet. Now the problem is i cannot perform an actionevent for the newly created buttons . I can only perform action for the button that have been created ...

adding an array of jbuttons to a different jframe

866 byte By virtual_gra at 2007-10-2 15:34:48
Hello,I am trying to add an array of jbuttons from one frame to another jFrame (jFrame3) with a specific text. Unfortunately even if i create the buttons, they are not displayed on the frame that i want! What should i do?Here is the code:if (OEDB.isConnected()){tablesList1 = new ...

About JavaBean Communication (How to Call)--PLEASE URGENT

599 byte By chowdampraveena at 2007-10-2 15:36:50
I wrote a Java Bean ie., DBBean.java under package com.etg;And I have another Javabean ie., LoginBean.javaIn Which I have to Use that DBBean.I imported that class .I wrote syntax like , in LoginBeanpackage com.etg;import com.etg.DBBean;-DBBean obj = new DBBean();obj.GetCoonection();-But it is ...

Full Screen Mode on Linux

511 byte By aboaventuraa at 2007-10-2 15:37:46
Hi all,I have a desktop application that should run on Full Screen Mode, and it is running fine on Windows XP/2000. I have many graphic functions that works perfect, but when I try to run it on Linux, it doesn't support full screen.Is there any limitation that doesn't allow Full Screen mode ...

'My computer' folder

72 byte By Anna_Ka at 2007-10-2 15:38:33
Does any one know how to locate 'My computer' folder from Java?

HTML Front End?

304 byte By IcrAve_kn0wledgea at 2007-10-2 15:39:31
Is it possible...to make a HTML page as front end, get the user data from the form, and use it in java...let say to put in a database?No networking required...stand alone application. And if not possible what must I use?Any replies to this topic will be much ...

cannot load jar file into beanbox

144 byte By minhnhat75a at 2007-10-2 15:43:37
I write a simple example and make a jar file, but when I load it in bean box, there are no icon in toolbox. please help me!

context sensitive search on multiple help set files

696 byte By shilpa333a at 2007-10-2 15:45:15
hi,I merged a few help set files dynamically using HelpSet.add() methodAnd i am performing context sensitive search using these merged files.I have a help menuItem on clicking it the action performed ismyHelpOnItem.addActionListener(new CSH.DisplayHelpAfterTracking( myHelpBroker) ;So now the ...

DATABASE

4644 byte By EMEKAa at 2007-10-2 15:46:51
Pls, I need to insert data to the database through Java Bean. Pls, is this the right way to write the bean. Pls, go to the method public void insert(){......} and public void retrieve() and verify. I'm asking bcos its not working.I am supposed to insert the following in the database: ...

database

4879 byte By EMEKAa at 2007-10-2 15:46:52
Pls, I need to insert data to the database through Java Bean. Pls, is this the right way to write the bean. Pls, go to the method public void insert(){......} and public void retrieve() and verify. I'm asking bcos its not working.I am supposed to insert the following in the database: ...

java LookAndFeel

395 byte By Lionelva at 2007-10-2 15:47:45
What is the easiest way to change the default font that is used throughout your application. My client has complained that the font is too small. Eveything I use is the default LookAndFeel, and I don't want to have to play around too much. Is there a simple way to just change the font size so ...

link javabean to GUI

80 byte By amcondea at 2007-10-2 15:53:46
How can I link the buttons in the GUI to a javabean, please give example!

how to hightlight the new inserted data in the last low of JTable?

1113 byte By Jgyg567a at 2007-10-2 15:56:11
Could somebody help me?i am doing the e-restaurant application system .When press the food button, the JTable will list out the order details.When the order is long, the scroll pane will show up.My problem is[ b] how to hightlight the new inserted data in the last low of JTable when the food ...

Error in Loading User Defined Java Bean

344 byte By Java_Freshera at 2007-10-2 16:00:45
Hi Everyone,I am new member in this forum....and wants to explore java.i was creating user defined beans with userdefined Listener.but while loding the jar file..it gives an error that the it could not load the jar file and java.lang error in the Listener interface.Can anyone please help?Thanks ...

Accessing image from MS Access

198 byte By monkeya at 2007-10-2 16:06:31
hi....How do I access image from MS access using java...MS Access store the image file in "OLE Object" format...How do I get the file and display it on my application...?

How to refer between JInternalFrames.

714 byte By Leenderta at 2007-10-2 16:07:53
Hi,I'm new at this forum.I'm trying to open a JinternalFrame when pressing a button in another JinternalFrame. In order to accomplish this I need to add a JDesktopPane to the JinternalFrame which opens the other JInternalFrame. To start I set the visibility of this JDesktopPane to false. And ...

SHOPPING CART

663 byte By EMEKAa at 2007-10-2 16:17:54
[code]pls, my problem is how to add the cart into and out of the database. I have something like thispublic class{arrayList k = new arraylist();preparedstament p;...public void addItem(Item x){ k.add(x);} public object removeItem(Item x) {return k.remove(x); }my problem is how to move the array ...

invoking exe

174 byte By ravisenana at 2007-10-2 16:20:40
hi all,i need to invoke an exe of someother application from my java application..Is this possible.Please help me do this,Thanks in advanceRegards

executing jar file

281 byte By ravisenana at 2007-10-2 16:21:00
hi all, My jar file is executing in my local system.But when i try to execute it in others system it shows the following error "Could not find the main class.program will exit".Please help me to solve this problem.Thanks in advanceRegards

Splash screen with startup information

208 byte By noitareneg_txena at 2007-10-2 16:21:28
Hi,I have build a splash screen but I am looking for a way to load some text over it to show the user what the application is doing while starting up.Anyone has a idea on how to?Eg

java beans

389 byte By ajseajsea at 2007-10-2 16:21:35
Hi all,I want to know why a class having setter and getter method for its variables is called a bean?How it is different from any other java class.I mean to say if a class has setter and getter method for its variables then is it handled differently by a framework?What is the role of ...

Tracking system events.. Mouse double click / Right click in OS environment

557 byte By sankeethana at 2007-10-2 16:22:06
Hello all,I have stored files in my computer which are generated using my application.These files own my application specific file extension. I have registered the file association to windows registry and when each time the file is opened in OS environment (using double click or rignt click on ...

should i choose java?

1423 byte By BattleMana at 2007-10-2 16:22:30
hi allfor my personal use i've been working on a budget application.i've started originally in excel but moved on to MySQL + AJAX.yet i've come across a series problem.when i want to present a list of my budget activities (about 1500 in number) as a table the AJAX approach fails.for the ...

Load applet in application

113 byte By Draaha at 2007-10-2 16:23:37
Hi,could somone point me in the direction of information on how to load an applet in a application?

COMPILING BEAN

1967 byte By EMEKAa at 2007-10-2 16:30:38
Pls, I'm getting the following error messages when I run my classjava:3:cannot find symbolsymbol: class Studentlocation: package coreservletsimport coreservlets.Student; Now look how I created my class and package.(1)The root to my package isC:\Program Files\Apache Software Foundation\Tomcat ...

JDIC: webbrowser.setContent() not working

1035 byte By kulk_ananda at 2007-10-2 16:31:17
Hi,We are developing a free software for the school children in Java. To integrate it with windows, we are using JDIC libraries.The contents are in Marathi language and stored into xml file. We parse this marathi xml file and convert it into HTML tags on the fly. So, there is no HTML file ...

how bring live image from web cam on applet &save them,with codes

164 byte By maddyboya at 2007-10-2 16:32:43
i am a engineering student ,I require your help on my project , who's one part is to bring live images from web cam on the applet and with codes plz help me

how to get the data of outlook

212 byte By Chr1sa at 2007-10-2 16:33:59
hello all, I need to create a desktop application which can get recources from MS outlook. I need to get information from contact (address list), calendar and notes etc. how can I get those MS data?

PACKAGES-configuration

618 byte By EMEKAa at 2007-10-2 16:34:11
Pls, is there any way to configure to be able to import classes I created in my package.When I run classes in the package I created, I get the message that it cannot find the class.I only get this message when i try to import the classes i created.I create my package in the classes folder like ...

How to make an autorun CD for Swing Application?

499 byte By kulk_ananda at 2007-10-2 16:36:15
Hi,We have developed a free software for the schools in the rural areas. We have used Java-Swing for the same. Now we want to launch its CD that can work as autorun CD and the moment you insert it into CD-ROM it will prompt for JRE/software installation. So that if you click on 'YES' option, ...

Printing a HTML doc from a JEditor Pane

161 byte By roantea at 2007-10-2 16:37:54
I would like to print a HTML page from a JEditorPane. I've searched trhough the web, but haven't found any free libs yet... Does anybody have some tips?

BEAN -JSP PROBLEM

1353 byte By EMEKAa at 2007-10-2 16:39:55
HiMy program is giving me an org.apache.jasper.JasperException: Attempted a bean operation on a null object.Attached here are my jsp and my bean. Pls, I want to know why it is giving me error.// the class name is Userpackage com.jspbook;public class User{protected String name = null;protected ...

website URL monitoring

295 byte By iinwinea at 2007-10-2 16:43:43
Hi all,I need some help here. I have this assignment regarding java desktop application. The program should monitor one or more websites whether they are up or down. I really don't know what to do. What classes do i need? Is there anybody who can help me? Thanx alot

Trying to insert into database using javabeans and jsp

4577 byte By JaVaSwInGsa at 2007-10-2 16:50:18
[nobr]have error in my code. I am trying to do a simple database insert program using javabeans and jsp. I get a value to be inserted in database through the jsp page in a text box and would like to be inserted into database using beans The connection to database and mysql query are in java ...

Very New to BlueJ could please help with Budgie problem?

3570 byte By MarkisGaya at 2007-10-2 16:56:05
Here is the code.I had to remove the field "empty" because it is not strictly necessary.So I have to remove field "empty" and add code so that the fuctionality is the same. How do I do this?/** * A cage for budgies to live in. * A maximum of one budgie can live in cage * @author (Jacqui ...

SmartCalendar 0.1 beta released!

6711 byte By jungleforda at 2007-10-2 16:56:47
After design, coding, revising, and documenting during a few months, I finish this calculagraph-calendar graphical library: SmartCalendar. And it has been published on SourceForge.net. You can find this project athttps://sourceforge.net/projects/smartcalendar/Here is the introduction to ...

how to create browse button

113 byte By sribua at 2007-10-2 17:02:33
hiI want to create a browse button in a Frame using Swing component..How can i do it?thanks.

How to create a popup notification in lower right corner of screen

670 byte By chiragk11a at 2007-10-2 17:04:28
HiI am fairly new to GUI building in Java. I am using Netbeans 5.0 and currently developing a desktop application. I wanted to display informational messages from the application to come up in lower right corner of screen - similar to when in MSN or Yahoo messenger if new person signs in. ...

Using ActiveX Controls

435 byte By S_Wrighta at 2007-10-2 17:05:01
Hello Everyone,I need some help. I am looking to use an ActiveX Control (Specifically the InkEdit Control for the Tablet PC) in a java desktop application. I really don't want to have to purchase any "bridge" software so I was wondering if someone can give me a detailed account of how I can ...

modal dialog limiting the mouse pointer and blocking all application

563 byte By allan_zeloa at 2007-10-2 17:10:27
I wanted to create a modal dialog that blocks all application in my desktop. Only password field be present and exits only if correct password is typed. I also wanted to limit the mouse pointer within the window of the modal dialog. Will that be possible? i have read modality feature of ...

Desktop Sharing

116 byte By anjusea at 2007-10-2 17:18:43
Hi,I am trying to do desktop sharing.But i dont know how to start .....some body help me in this......

how to convert char to string

899 byte By sribua at 2007-10-2 17:26:57
hi, sorry for the simple question.thanks.test.java:71: cannot find symbolsymbol : method toString(int)location: class java.lang.Character String s = Character.toString(k);^1 errorpublic void actionPerformed(ActionEvent evt){ try { Runtime r = Runtime.getRuntime(); Process p = null;str = ...

Jboss help!!!!

1146 byte By groundbreakera at 2007-10-2 17:27:15
I want to configure Jboss in my eclipse. I'm currently using eclipse version 3.1.1 and jdk 1.4.1_01 version. I copied JbossIDE and Easie Plugins (com.genuitec.eclipse.easie.jboss , com.genuitec.eclipse.easie.core).I then tried to configure as given in the following site ...

Plotting graphs in Java

498 byte By rahulgupta1979a at 2007-10-2 17:27:52
Hi, I have a very serious problem of plotting graphs in Java. I need to plot a simple X-Y coordinate line graph and incorporate this with my application in Java itself. I am looking for a very simple solution as i do not fancy any 3-D thing. I have researched about it but came across only other ...

textarea.insert

544 byte By Willempiea at 2007-10-2 17:28:01
Hi!I'm writing a program in JAVAI'm having some problems with JAVA, may-b someone can help me.i have a textarea and i want to insert some information from the database.my code is this;String SQL = "SELECT verbinding FROM verbinding";ResultSet resultset = ...