Search:

Type: Posts; User: maronski

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    2,579

    Re: Printing detail in a receipt

    Sorry about that. Its a GUI application and I'm using Netbeans. What I mean about the receipt is that the client have the blank receipt paper. Instead of manual writing using pen, he want to use an...
  2. Replies
    3
    Views
    2,579

    Printing detail in a receipt

    Sorry for my English. I have a project to create an application where you can print all the detail to be written on a receipt (no more manual writing). I already have blank receipts. All I want to...
  3. Replies
    1
    Views
    1,221

    JButton takes graphics

    I would like to make the button (in task pane for basic logic gates) that when you click it, it will take an image of the logic gate to be drag and drop to the left panel. Please provide me some...
  4. Replies
    3
    Views
    1,224

    What do you call this area in java?

    What do you call this area in java (boxed in yellow) wherein you can drop down object? I'm creating same program with this. Thanks for help.
  5. Thread: Expand Bar

    by maronski
    Replies
    4
    Views
    1,625

    Re: Expand Bar

    I've only use (import java.awt.*; / import java.awt.event.*; / import javax.swing.*; / import java.util.*; ). But most of my seached code used (import org.eclipse.swt.*; ) which codes at slightly...
  6. Thread: Expand Bar

    by maronski
    Replies
    4
    Views
    1,625

    Re: Expand Bar

    Sorry but i don't have any idea what's API doc. :-< I've searched it though i found NetBeans API Index.
  7. Thread: Expand Bar

    by maronski
    Replies
    4
    Views
    1,625

    Expand Bar

    Is there a java code in NetBeans for the Expand Bar? I tried many searches but it only appears in eclipse IDE.
  8. Replies
    4
    Views
    1,086

    Re: Java Application + Java Applet

    Thanks.
  9. Replies
    4
    Views
    1,086

    Re: Java Application + Java Applet

    I did it already but i can't get concrete explanation. Sorry.
  10. Replies
    4
    Views
    1,086

    Java Application + Java Applet

    what is java application and java applet in simple terms?

    Is it possible to make a java application with java applet?

    PS: I don't have any idea in java applet. Thanks.
  11. Replies
    1
    Views
    1,289

    JComboBox conditions?

    package LockerSystem;

    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.sql.SQLException;
    import...
  12. Replies
    10
    Views
    1,136

    Re: Give me some clue for my project.

    Yup. I'm trying to create an example. I'll post it when I finished it already so that you can check my code and give me some idea. Maybe I'll post it later. I have to get some rest now. Thanks for...
  13. Replies
    10
    Views
    1,136

    Re: Give me some clue for my project.

    Yes. For example I created an internet cafe program that when I click "Start" button selecting PC#1, the history log will update "PC#1 : time started at (+time)" printed at text area.

    Sorry for my...
  14. Replies
    10
    Views
    1,136

    Re: Give me some clue for my project.

    Yes, but is it possible to set the text area editable(false) but it will print out the system logs of each event performed?
  15. Replies
    10
    Views
    1,136

    Re: Give me some clue for my project.

    1713

    I just want to know how to do the part in the image (which is boxed in color red), which I think is a history log. I look at it as a panel where jlabels print out every time an event has been...
  16. Replies
    10
    Views
    1,136

    Re: Give me some clue for my project.

    Sorry Sir, this image is just to show what I need to do in my project. I did't start it yet but I want to know it in advance. Thanks
  17. Replies
    10
    Views
    1,136

    Give me some clue for my project.

    I need to create a java program for "locker cabinet business" wherein you can see every time transaction you made (like history log) in panel visible to main window.
    I don't have any clue how to do...
  18. Replies
    3
    Views
    1,100

    Re: What's wrong with my code

    Yes, all of my image file is at the right location.
  19. Replies
    3
    Views
    1,100

    What's wrong with my code

    package Enrollment;

    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;


    public class Login extends JFrame{

    public String name;
  20. Re: Almost got no idea how to do this! Need some H E L P!

    Big help to start with. We're about to pick randomly by our instructor. I've just got no luck. By the way, thank you. Probably I'm not good at programming but it's required for us to do this. Thanks...
  21. Re: Almost got no idea how to do this! Need some H E L P!

    Thank you, i appreciate your concern about me although im not following instructions. Sorry because im not so good at english and programing also. This is my first to ask help in forum like this.
  22. Almost got no idea how to do this! Need some H E L P!

    Can someone help me with my project. I'm a beginner when it comes to java and i picked the most complicated problem given by my instructor. Lend me some help i got no idea how to start this :((


    ...
Results 1 to 22 of 22