| c++ Programming Glossary: plabelsamsung bada development without using pointers http://stackoverflow.com/questions/7481968/samsung-bada-development-without-using-pointers  Sample code from Bada API reference. Create a Label Label pLabel new Label pLabel Construct Rectangle 50 200 150 40 L Text pLabel.. Bada API reference. Create a Label Label pLabel new Label pLabel Construct Rectangle 50 200 150 40 L Text pLabel SetBackgroundColor.. new Label pLabel Construct Rectangle 50 200 150 40 L Text pLabel SetBackgroundColor Color COLOR_BLUE AddControl pLabel I modified.. 
 |