• Member Avatar for wallet123
    wallet123

    Replied To a Post in Payroll Java Code Help

    what problem are u encountering/?
  • Member Avatar for wallet123
    wallet123

    Replied To a Post in Delete a Post FOR THE ADMIN

    yes, i sent a message to one of the moderator for the reason of deletion
  • Member Avatar for wallet123
    wallet123

    Created Delete a Post FOR THE ADMIN

    How do i delete my posts here?
  • Member Avatar for wallet123
    wallet123

    Created Facebook Connect Java Servlet

    Im trying to integrate my website with facebook so that users wont have to sign up. By just using their FB accounts, they can automatically be logged in, but im …
  • Member Avatar for wallet123
    wallet123

    Created Facebook Connect

    I want to connect my website with Facebook. I'd like my user to be able to login to my site without having to sign up. Jut by clicking the facebook …
  • Member Avatar for wallet123
    wallet123

    Replied To a Post in ActionListener for a cell in a JTable which has been typed on

    can u give me some examples how to do that? Im sorry, but I already searched the net, but can't find the answer i am looking for.
  • Member Avatar for wallet123
    wallet123

    Replied To a Post in ActionListener for a cell in a JTable which has been typed on

    @mKorbel are u saying that@milil 's answer is wrong? sorry, I didn't get it :( I was planning to put a textbox inside a cell and have some keyreleased listener, …
  • Member Avatar for wallet123
    wallet123

    Created ActionListener for a cell in a JTable which has been typed on

    Hello. I want to be able to create a listener for a cell in my JTable. Whenever write a number in a JTable (every key release) I want the value …
  • Member Avatar for wallet123
    wallet123

    Replied To a Post in Servlet program error

    What u need is an organize code :) In establishing a connection with you database i think this is a more better way. The code below shows how to connect …
  • Member Avatar for wallet123
    wallet123

    Marked Solved Status for Blank Window

    It is relaed to the thread i posted a while ago. Before I edited the model of my table, it was working properly, but when i added some columns thats …
  • Member Avatar for wallet123
    wallet123

    Replied To a Post in Blank Window

    ahh yeah eayh, figured it.. THanks!!!!!
  • Member Avatar for wallet123
    wallet123

    Replied To a Post in Blank Window

    ive checked my code, and i think it still looked exactly as you instructed me a while ago ... but here, i tried to modify it.: TableColumn Borrow = tblInventory.getColumnModel().getColumn(7); …
  • Member Avatar for wallet123
    wallet123

    Replied To a Post in Blank Window

    oh sorry, this is the whole exception: Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Boolean at javax.swing.JTable$BooleanRenderer.getTableCellRendererComponent(Unknown Source) at javax.swing.JTable.prepareRenderer(Unknown Source) at javax.swing.plaf.basic.BasicTableUI.paintCell(Unknown Source) at javax.swing.plaf.basic.BasicTableUI.paintCells(Unknown Source) …
  • Member Avatar for wallet123
    wallet123

    Edited Blank Window

    It is relaed to the thread i posted a while ago. Before I edited the model of my table, it was working properly, but when i added some columns thats …
  • Member Avatar for wallet123
    wallet123

    Created Blank Window

    It is relaed to the thread i posted a while ago. Before I edited the model of my table, it was working properly, but when i added some columns thats …
  • Member Avatar for wallet123
    wallet123

    Marked Solved Status for Checkbox inside Table

    I am planning to create a table where everytime i add a row, a checkbox inside the table will also be created, will that be possible? And i am using …
  • Member Avatar for wallet123
    wallet123

    Replied To a Post in Checkbox inside Table

    wihhhhh! i think im getting there but i still have a little error looK: Look at the first pic: That's my goal. To show the check box.!! :) :) but, …
  • Member Avatar for wallet123
    wallet123

    Replied To a Post in Checkbox inside Table

    hmmn :( will this make a difference? private void initialize() { inventoryframe = new JFrame(); inventoryframe.setExtendedState(JFrame.MAXIMIZED_BOTH); inventoryframe.getContentPane().setBackground(new Color(153, 204, 102)); inventoryframe.getContentPane().setForeground(new Color(255, 255, 255)); inventoryframe.getContentPane().setPreferredSize(new Dimension(1365, 747)); inventoryframe.pack(); inventoryframe.getContentPane().setLayout(null); JLabel …
  • Member Avatar for wallet123
    wallet123

    Replied To a Post in Checkbox inside Table

    wait.. please correct me if my understanding it wrong so here is my table: table = new JTable(); table.setShowVerticalLines(false); table.setShowHorizontalLines(false); table.setShowGrid(false); table.setFillsViewportHeight(true); table.setModel(new DefaultTableModel( new Object[][] { }, new String[] …
  • Member Avatar for wallet123
    wallet123

    Replied To a Post in Checkbox inside Table

    Oh yes my code, im sorry ill post it. I have done the things that the tutorial you gave me instructed. I had extended the AbstractModel to better explain it, …
  • Member Avatar for wallet123
    wallet123

    Replied To a Post in Checkbox inside Table

    thanks guys.. but.. I understand that @JamesCherrill gave me the code wxample for getting the value of the checked box.. and a little later when i progress i will be …
  • Member Avatar for wallet123
    wallet123

    Replied To a Post in Checkbox inside Table

    yes. but i want it to be a checkbox when the user sees it and not a word "true" or "false" , what should i do?? but the idea you …
  • Member Avatar for wallet123
    wallet123

    Replied To a Post in Checkbox inside Table

    hello, im back with a question, i tried to play with the codes, like what i have said we use window builder thats why i dont know how o create …
  • Member Avatar for wallet123
    wallet123

    Replied To a Post in Checkbox inside Table

    Thank guys, im trying to play with the code now.. ill tell you when i get it.. :)
  • Member Avatar for wallet123
    wallet123

    Replied To a Post in Checkbox inside Table

    Thanks, ill check this.
  • Member Avatar for wallet123
    wallet123

    Created Checkbox inside Table

    I am planning to create a table where everytime i add a row, a checkbox inside the table will also be created, will that be possible? And i am using …

The End.