how do you add site categories on a database
I’m working on an entertainment website That recommends shows for users and id like to add multiple categories for a single show so i have a database table named shows which has info about the shows...
View ArticleSWT stacked bar chart show total value
I’m using SWT chart and my stacked bar chart looks like in the picture below. The bar char represents the response time for services. The dark blue bar represents the technical part of the response...
View ArticleFramebuffer texture shows as blank white when rendered after TrueTypeFont
I have a working framebuffer class. However, when I render out the framebuffer after rendering text with Slick2D’s true type font class, it is completely white. Below is all of the classes that are...
View Articlejava chat socket when receive the message, it doesnt show on client
good evening, i tried to make a java chat client/server , between 2 persons, everything is working good, except i cheated in a line of code, i wanted to know what should i do to make a correct work. (i...
View ArticleTestStack White error JAVA app
I try TestStack.White to run an automation for JAVA app, here in my example is Calculator coded in JAVA, under VS2015 in C#. I installed TestStack.White using NuGet and tring with Winform app and it...
View ArticleAndroid create external database
I want that my app creates an database on an external server, the databse should have an individual name and two types of content: 1. an phonenumber 2. an Date that shows when the database has been...
View ArticleHow to select Row from Datagirdview and show in textbox?
Having two forms where form 1 shows database in data grid view with 3 column : id, name, text. I want to show column “text” in textbox at form 2 when I click on Button “Edit” from form 1. This is edit...
View ArticleLoading Data from ArrayList Unto a DefaultTableModel
Please I am trying to load data stored in an ArrayList unto a DefaultTableModel but I dont see the data coming up. please review my code below. // this is to save to the array....
View ArticleHow to show a grand Total by adding all the prices in the dataGrid column (wpf)
I have this datagrid which shows the following data when i click on add button. what i want is to show the grand_total at the bottom of the grid Dynamically(the area is highlighted in in yellow color)...
View ArticleHow to retrieve integer data from SQLite and show it in textview?
I’m new in SQLite and I have this code that shows the points in textview which retrieves the data from the database and if I click the button, it should retrieve the data, add some integers and append...
View Article