How to move Button
How can I move a button through using the x and y axis? Also the size it always shows a a big button. I used setsize and setbounds but it didnt work. import java.awt.Image; import javax.swing.JButton;...
View Articlejava program
A user will input a sequence of positive integers ending with a sentinel -1. write a while loop hat counts the number of even and odd integers and prints the cumulative total. for example, if the input...
View Articlehow to save text file as their custom setting
hy guy's .... i have a programm as i discuss before like a notepad and iwan that when i save a text file and i set the font-size like =28 or something like that, now when anytime i open it again it...
View Articleadding doubly linklists to an array
I have an array, and it's of type DataRecord. I have 3 double ended doubly linked lists (fNamel, lNamel, Idl) that each contain nodes that are of type indexrecord. These 3 DLL's make up the array. I...
View Articlemalloc and nested struct problems... need help asap please.
Alright so im working on a homework assignment in which i have to make a ppm image sepia. Im pretty sure the other 90 percent of my program is fine but i seem to be messing up on my malloc 's, this is...
View Articlesearrch and combine using text file
I have the following question. I have a text file (shown below) and it contains a couple of lines, where each line is separated in 3 parts with a colon. What I would like to do is search the first part...
View ArticleSort ArrayList by Count
I have an ArrayList of Item objects. Items with the same description are repeated. I want to order it so that it counts all the Item objects that are equal and then order the Items by the groups that...
View Articlearray and binary
An array called binary representing a number in binary has been created. Write a function called decimal to calculate and return the corresponding decimal integer. ---------------------------------...
View ArticleHelp in Combining Two Text files
I am trying to combine two text files, and somehow it won't merge and arrange them in alphabetical format. contacts1.txt Engstrom, John john.engstrom@lifetech.com Patel, Elsa elsa.patel@sanjoseca.gov...
View ArticleWindows Phone download from skydrive to phone help
Hi, im working on a windows phone app, which uses skydrive to upload and download .csv files. Upload works fine, but the problem is downloading a file. Im using LiveConnectClient class, and im trying...
View ArticleLet a user pick one variable out of a table
Hi This is my code: Imports System.IO Public Class Form1 Dim result1 As String = "" Dim result2 As String = "" Dim result3 As String = "" Dim result4 As String = "" Dim result5 As String = "" Dim...
View Articleneed help in Naive bayes classifier code
hello everybody ! i need a good programmer helping me because i found an open source code but i still have an error and i have been tried since 2 week ago .. this part of code : usage = ('Usage: %s...
View ArticleHow can I change the location of my button
Hi I want to change the location of my button by setBounds doest work is there anyway that I can change the location of my Button? import java.awt.Image; import javax.swing.JButton; import...
View ArticleNeed advice with creating software...
Hey guys!!! I need advice... We are ask to develop a software, an application (i dont know if the two are the same).. I need a simple but challenging software.. at the same time.. i will learn and i...
View ArticleNeed help, can't figure out code. Money Transfer Project
Hi, so I'm having trouble with my coding. I've already figured out how to take money from the class values "Tom" and "Rob", but I can't figure out how to deposit that value into the bank. here's what i...
View ArticleBlurred image after floodfill
I use the following code to obtain the biggest connected component in a binary image. public class Connected { public static BufferedImage bigConnected(BufferedImage image){ int height =...
View Articlesharing memory
Hi.I've shared a memory to have dynamic data transfer between two softwares and I used creatfilemapping and mapviewoffile functions to do this.but my problem is after about1500 iteration,my address...
View ArticleAlgorithms that convert x and y value to an angle (degrees or radian.
Hi i am new on the forum. I am making a smartphone application and this is the first time im working with algorithms. I am looking for algorithms that can convert x and y value on a Cartesian plane...
View ArticleAccessing coded textboxes in vb2010
I have created a textbox array and am using the following code to create the textboxes: Private tb(100) As TextBox Private btn(100) As Button Dim n As Integer = 0 Dim intCount As Integer = 0 Dim r As...
View ArticleI need to disable USB Interface of the win7 64bit using c#
I need to bolck USB interface mouse and keyboard . but these ways only work for 32 bit and nothing work on 64 bit... below is the solution which is working for 32 bit windows but not working 64 bit ......
View Article