logo

New Response

« Return to the main article

You are replying to:

  1. I DID IT !!!!

    Please post this tip.

    Download JFC 1.1.

    1. Click on Create Agent 2. Chose Java 3. Click on the Edit Project. 4. Navigate to the directory you unziped your JFC. 5. Add BeanInfo. jar, multi.jar, swingall.jar, swing.jar and windows.jar; 6. Click on OK to close the project.

    Now here is the simple code that I used.

    import lotus.domino.*; import javax.swing.*; import java.awt.*;

    public class JavaAgent extends AgentBase {

    public void NotesMain() {

    try { Session session = getSession(); AgentContext agentContext = session.getAgentContext(); JOptionPane.showMessageDialog(null, "Javax.swing will work"); // (Your code goes here)

    } catch(Exception e) { e.printStackTrace(); } } }

    Thanks for the intial idea with the servlets example. There is one caveat it is kind of slow.

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: