Hello,
I have two questions:
1. Can I split the implementation and the declaration of a class into two different files? Like it was in C++ using .h and .cpp files.
2. Can I implement two different classes in one .java file?
I'm using Netbeans for developing J2ME applications.
Thanks!
Thanx.
But if I will change double to long the function will not work properly coz I need it to do the filling gradiently.
The second idea is impossible too coz I have to get not integer numbers. Thanx for the last one.
I wanna do this coz I make programm a game. And I need a very fast drawing without blinking (with PixtureBoxes it blinks). I need also to aplly Particle Engine, Gradient Filling and it have to be really fast. Can I use the folowing code for this:
Function CreateBitmap(Buffer As ScreenBuffer, DC...
Hi all!
I wrote the following function:
Function FillBitmap(Buffer() As Byte, SrcColor As RGB, DestColor As RGB, Width As Long, Height As Long)
Dim Red As Double, Green As Double, Blue As Double
Dim DeltaRed As Double, DeltaBlue As Double, DeltaGreen As Double
SrcColorRed = SrcColor.Red...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.