Questions tagged [graphic]

464 questions
-2
votes
1 answer

Virtualbox window cutoof

In the image, the More Options are clearly cuut off from windows. There is no scrolling bar for me to access those options. I tried to change the resolutions. This picture is taken in Seamless mode, and in Scale mode, "more options" is not…
ZhijieWang
  • 443
  • 1
  • 6
  • 14
-2
votes
1 answer

Highlight Rectangle Object

Possible Duplicate: Find the JTable cell and paint it This is my Rectangle class object. Rectangle cell = table.getCellRect(row, column, false); Now I want to highlight it on mouse press event and again back to normal to mouse realeased event.
Java_Alert
  • 1,159
  • 6
  • 24
  • 50
-2
votes
1 answer

How to make the "finals tree table", or what is it called?

I'm working with some friends on a small private mini MMORPG game server, and we want to make a PvP event (players VS player) fights, and post the live results on the website as a tree. I don't know what is it called, I tried every keyword…
Reacen
  • 2,312
  • 5
  • 23
  • 33
-3
votes
1 answer

losing the shape i have drawn in windows form

i have a windows form application and in a recursive function i draw some shapes in that form using "create graphics" method ,the function call itself many times and in each call the shape get more complete but when it finishes calling and return…
ali najimi
  • 23
  • 3
-3
votes
2 answers

OpenGL on Linux

i'd like to learn how to integrate OpenGl and C++ on Linux, but i'm very disappointed with the tutorials i found online... I'd like to learn the whole process, how to compile, how to set thing up etc etc... It's been two days since i started…
Ryno
  • 403
  • 2
  • 7
  • 11
-3
votes
1 answer

Bubble in Graphic program

Hey all I have a program that draw a bubble anywhere by touching the screen (gesture detector), I want to handle an issue not to draw two bubbles at the same position by intersect method how can I do that ?**
mervat
  • 5
  • 1
-3
votes
1 answer

Graphics in c++ coded inefficiently

I am coding for the nds using Devkit pro in c++, and there is a graphic that is being displayed at the top. Each graphic is loaded with a value (Which is what part of an image it is loaded from), and I want to have about 20 graphics of the same…
Matthew D. Scholefield
  • 2,977
  • 3
  • 31
  • 42
-4
votes
2 answers

Is there any graphic library of C on mac?

I want to use C to draw some graphic on Mac, is there any graphic library provided on Mac?
Hengfeng Li
  • 381
  • 1
  • 5
  • 12
-4
votes
1 answer

MATLAB Trigonometry Find Field

I have this trigonometric equation; cos(2*pi*50*t)+cos(2*pi*100*t) I want to graphic of equation and I want to find field for a period. How can I do?
Tuna EREN
  • 25
  • 4
-5
votes
1 answer

how much should i charge to update website using shopify

I am a graphic designer. i can design using photoshop, illustrator and know to work with html and css only. Roughly how much should i charge to update website using shopify. Can anybody advice me.?
Menaka
  • 1
-5
votes
1 answer

Java GUI program to convert 2D array value into graphic

I am a beginner in Java & i have to make a java program that takes the input from a 2d array with dimensions 347*697 (array's value range from 2200 to 4200 ). I have to do such that for every 100 increase in range there is a set of specific…
Shirish
  • 7
  • 2
-5
votes
1 answer

make process queue graphically in c#

I implemented some cpu scheduling algorithm.and i want to show it in windows form application in c# graphically but i don't know how? example: I have these processes: p1,p2,p3,p4,p5,p6,p7,p8,p9,... p2 do its process before p1,and p1 before p6…
Nima
  • 45
  • 6
-7
votes
1 answer

Graphic programming in C, Linux

I save the data from USB into the database sqlite3 and I want to create a wave of these datas, I prefer to use C in Linux, maybe another language is also ok. Anyone has an idea? Thanks.
haoX
  • 29
  • 3
-8
votes
2 answers

Error in php graphic

header("Content-type: image/jpeg"); $resim = imagecreate(250,250); imagejpeg($resim); imagedestroy($resim); hello , I wrote the above code and I got an error like in the picture.
1 2 3
30
31